My Projects
A collection of my work across Full Stack Development, Machine Learning, and AI. Filter by technology or domain to explore.

Slipstream
Open-source F1 telemetry platform with end-to-end pipelines to ingest, process, and visualize qualifying, practice, and race-session data. Features a FLAML AutoML pipeline (Extra Trees global + circuit-specific XGBoost/RF) for race outcome prediction. Gained 202 unique visitors from 29 countries in week 1, 16K+ LinkedIn impressions.

CricketMind
AI-powered cricket analytics platform built around a multi-agent system, a coaching agent and a data orchestration agent that queries a live cricket database, interprets results, and generates natural-language explanations for coaches. Architected real-time data ingestion pipelines and orchestrated ML workflows using MLflow and Dagster, with agents coordinating autonomously to surface actionable performance insights.

Plagiarism Checker
Distilled BERT model for semantic paraphrase detection achieving F1 = 0.81. Deployed via Flask REST API with a Next.js frontend and optimized inference latency.

FairPair
Skill-based collaboration platform where developers post projects and match based on interests. Built with Prisma + PostgreSQL for scalable backend, user profiles, and real-time project listings.

BookBoxd
Full-stack book discovery platform with Clerk authentication, Hugging Face-based personalized recommendations, external book APIs, and real-time community reviews and ratings.
Airbnb Clone
A responsive Airbnb clone with interactive UI, search functionality, category filtering, and listing cards built with React.
AI Flashcards
An intelligent flashcard application that leverages AI to help users learn and memorize content more effectively.
Search Engine
A search engine implementation showcasing core DSA concepts including indexing, ranking algorithms, and efficient retrieval. Implements inverted indexing, TF-IDF ranking, and query processing in C++ from scratch.
SoccerSphere
A comprehensive soccer platform for tracking matches, teams, and player statistics with an intuitive interface.
DOS Simulation
A Disk Operating System simulation project demonstrating core OS concepts including file systems and command processing.
F1 Podium Predictor
A race outcome predictor using FastF1 package with visual insights, model predictions, and performance explainability for F1 fans.
Gomoku
Classic Gomoku (Five in a Row) game in C++ and Python. Play against AI or challenge a friend with clean, efficient code.