B.Tech CSE/Data Science student at MIT Manipal (MAHE) ยท Class of 2028
Building toward AI/ML engineering roles
- Fact-verification RAG system โ atomic/scenic chunking, entity-aware retrieval, and a deterministic verdict layer on top of LLM reasoning
- Fully local video RAG pipeline โ semantic Q&A over video using FFmpeg, Whisper, nomic-embed-text, Mistral, and Ollama
- Neural nets from scratch โ working through backprop, MLPs, batchnorm, and transformer internals, hand-deriving gradients and running my own training ablations along the way
- Deep learning fundamentals (autograd, optimization, transformers) from the ground up
- Data structures & algorithms for technical interviews
- Agentic AI systems (LangChain / LangGraph)
| Project | Description |
|---|---|
| backstory-rag | Fact-verification RAG with entity-aware retrieval and a deterministic verdict layer |
| local-llm-video-rag | Fully local semantic Q&A pipeline over video content |
| makemore | Character-level language model built from scratch, with my own batch-size/regularization ablation on top of the base architecture |