All work

Everything I've built so far

Filter by area if you're after something specific. Each project opens into a short case study covering the problem, what got built, and how it turned out.

Movie Recommender System
Sep–Oct 2025AI & ML · Web Apps

Movie Recommender System

A Streamlit app that recommends films from cast, genre, and studio tags using bag-of-words over the TMDB 5000 dataset. My contribution was a Euclidean-distance similarity path, written from the math and compared against the existing cosine scores.

PythonStreamlitPandasNumPy+6 more
Onion Storage Health Monitor
2025AI & ML · IoT & Hardware

Onion Storage Health Monitor

An ESP32 unit measures temperature, humidity, and spoilage gases inside onion storage and streams them to a dashboard. A trained model turns those readings into a shelf-life estimate the farmer can act on.

ESP32BME280Gas sensorsReact.js+4 more
CareerVerse
2025AI & ML · Web Apps

CareerVerse

A career-guidance platform where a student talks to an LLM-backed advisor that maps their interests to concrete paths: which fields suit them, what to learn, and where to start. Built inside a hackathon.

React.jsNode.jsLLM IntegrationREST APIs