My Projects

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

Slipstream
View Details
Full Stack

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.

Next.jsFlaskPythonPostgreSQLFLAML
CricketMind
View Details
AI / Full Stack

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.

LLM AgentsPythonMLflowDagsterData Orchestration
Plagiarism Checker
View Details
NLP / ML

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.

PythonBERTFlaskNext.js
FairPair
View Details
Full Stack

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.

Next.jsReactTypeScriptPostgreSQLPrisma
BookBoxd
View Details
AI / Full Stack

BookBoxd

Full-stack book discovery platform with Clerk authentication, Hugging Face-based personalized recommendations, external book APIs, and real-time community reviews and ratings.

Next.jsReactHugging FaceClerk
Airbnb Clone
View Details
Frontend

Airbnb Clone

A responsive Airbnb clone with interactive UI, search functionality, category filtering, and listing cards built with React.

ReactCSSJavaScript
AI Flashcards
View Details
AI / EdTech

AI Flashcards

An intelligent flashcard application that leverages AI to help users learn and memorize content more effectively.

JavaScriptAIPython
Search Engine
View Details
Data Structures

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.

C++DSAAlgorithms
SoccerSphere
View Details
Full Stack

SoccerSphere

A comprehensive soccer platform for tracking matches, teams, and player statistics with an intuitive interface.

JavaScriptHTMLMongoDB
DOS Simulation
View Details
Systems

DOS Simulation

A Disk Operating System simulation project demonstrating core OS concepts including file systems and command processing.

C++OSDSA
F1 Podium Predictor
View Details
Machine Learning

F1 Podium Predictor

A race outcome predictor using FastF1 package with visual insights, model predictions, and performance explainability for F1 fans.

PythonFastF1Data Science
Source Code
Gomoku
View Details
Game / AI

Gomoku

Classic Gomoku (Five in a Row) game in C++ and Python. Play against AI or challenge a friend with clean, efficient code.

C++PythonAI