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.

Smart Restaurant POS
Jan 2026Full-Stack · Web Apps

Smart Restaurant POS

A multi-branch POS for dine-in restaurants, designed from a full requirements spec. Five user roles, QR ordering at the table, a live kitchen display, split billing through Razorpay and Stripe, prep-time prediction, and offline operation that syncs the moment the connection returns.

ReactTypeScriptViteTailwind CSS+10 more
AI Product Content Generator
2025–2026AI & ML · Full-Stack

AI Product Content Generator

A framework-agnostic Node.js plugin that generates SEO product content through the Hugging Face Inference API and Qwen 2.5-14B-Instruct. Zod validates the input, failed calls retry with backoff, responses get scored for quality, and Jest covers the lot.

Node.jsJavaScript (ESM)Hugging Face Inference APIQwen 2.5-14B-Instruct+3 more
Grain Guard
2025–2026IoT & Hardware · AI & ML

Grain Guard

Sensors track conditions inside a grain warehouse and stream them to a web dashboard, with prediction insights and measurement reports layered on top of the live readings.

IoTWebsite DashboardPrediction Analytics
Dayflow HRMS
Oct 2025Full-Stack · Web Apps

Dayflow HRMS

A role-based HRMS for HR officers and employees. Admins onboard staff, approve leave, and manage salary structures; employees check in, request leave, and see their own payroll. Every session starts with an email OTP.

ReactTypeScriptViteNode.js+7 more
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
NodeMCU DHT11 HTTP Telemetry
Sep 2025IoT & Hardware

NodeMCU DHT11 HTTP Telemetry

NodeMCU firmware that reads a DHT11 and HTTP POSTs temperature and humidity to a hosted endpoint, which writes every reading to a database. A second, deliberately minimal sketch exists purely for testing POST endpoints.

NodeMCU (ESP8266)Arduino IDEDHT11C+++3 more