Projects
Things I have built and shipped
A mix of research code, AI products, and side projects. Every card links to the live app, the write-up, or the source.
Shipped to real users
MAX Desktop Companion
62 ★A tiny space guardian that lives on your Windows desktop. 71 features across 8 categories, cheat codes, and pixel art. 150+ downloads on the Microsoft Store. Free, offline, zero data.
Microsoft Store →
Speech to Speech + Lip Sync
31 ★End-to-end speech-to-speech translation with voice cloning (RVC) and automatic lip-sync (Wav2Lip). Dub a video into another language in the original voice.
GitHub →
justplay
Seven small browser games. No signup, no install, just open and play. A reminder that I sweat the fun, frictionless front-end too.
GitHub →
Models, NLP & speech
English ↔ Telugu NMT
3 ★A Transformer translation model built from scratch in PyTorch: custom tokenizer, training loop, inference, and evaluation. Aimed at a low-resource language pair.
GitHub →
Live Translation & Captions
Real-time captioning and translation that transcribes and translates speech as it is spoken.
GitHub →
Real-time Face Recognition
A deep-learning face-recognition system that identifies people in real time from a neural network trained on a custom dataset.
GitHub →
LLMs, RAG & agents
CircuitTier
researchInterpretability-guided mixed-precision quantization. Decides per-component bit-widths from six interpretability signals. About 99% task accuracy at 3.84x compression on Gemma-2-2B.
Code & paper →
RAG Medical Chatbot
A retrieval-augmented assistant grounded in a medical knowledge base, so answers stay accurate and citeable instead of made up.
GitHub →
Agentic AI for Excel
An AI agent that understands plain-language instructions and manipulates spreadsheets through Python: reading, transforming, and analyzing Excel data.
GitHub →
Emotion-aware RAG
A retrieval-augmented app that factors emotional context into its responses for more human, situationally-aware replies.
GitHub →