Projects
My adventures

dclutr (under development)
A personalized knowledge curation system that gathers information from various sources—news, blogs, articles, and more—and delivers objective, tailored summaries. The goal is to present only the essential facts, avoiding biased narratives and allowing users to form their own informed opinions.
Learn more →
Thoughts
A platform for alumni to share wisdom, featuring over 1000 users. Built with Next.js, MongoDB, TailwindCSS, and NextAuth, it includes profile management, secure authentication, and a clean design.
Learn more →
Infrastructure Drift in Federated Learning
A research study analyzing infrastructure drift in Federated Learning (FL) systems, focusing on factors like node failures, compute heterogeneity, and network variability. Experimental results highlight strategies for mitigating drift and improving model robustness. This work has been accepted to HiPC 2024 Student Research Symposium (SRS).
Learn more →
FileShare
An app for easy file sharing using Cloudinary for storage and multer for uploads. Built with Next.js, Typescript, Mantine UI, Express, and MongoDB.
Learn more →
Recommendation System
A content-based recommendation system that uses Tf-idf Vectorizer to transform movie descriptions into feature vectors. Results are ranked based on Cosine similarity.
Learn more →
Text Sentiment Analysis
Tools using RoBERTa and VADER models to analyze sentiments in reviews, comments, and messages. Uses NLP techniques to preprocess and analyze data for sentiment insights.
Learn more →
NewsApp
An app to fetch current news via API. It uses React-Router to organize data by category and includes infinite scrolling for a better user experience.
Learn more →
Dumb LoadBalancer
A load balancer built in Golang to distribute traffic across backend servers. It uses a round-robin algorithm for efficient request handling and optimal performance.
Learn more →