- 🤖 AI/ML Engineer focused on RAG systems, LLM integration, and applied NLP: from document chunking and FAISS indexing to grounded generation with OpenAI and self-hosted models
- 🔬 Built a GitHub-scale data-collection pipeline that mines real-world usage of a C++ scientific library, with rate-limit-aware crawling and analytics
- 🏛️ Shipped tools used by an academic institution: automated graduation eligibility checks that replaced a manual Excel workflow
- 🧠 Comfortable across the stack: Python / FastAPI / Django, TypeScript / React / Angular, and classical CS fundamentals (assemblers, OS internals)
🎓 Integrated B.Tech + M.Tech, Computer Science and Engineering @ IIIT-Delhi (2021 to 2026) · CGPA 9.29/10
Relevant coursework: Large Deep Learning Systems · Information Integration and Application · Convex Optimization · Algorithm Design and Analysis · Advanced Programming · Data Structures & Algorithms · Database Management Systems · Network Science · Interactive Systems · Ethical Hacking Essentials
| Project | What it does | Stack |
|---|---|---|
| IneqMath Proof Agent | LLM agent generating rigorously verified math proofs: GEPA optimization + Lean 4/Mathlib formal checking, 28.6% to 100% pass rate | DSPy GEPA Lean 4 |
| Paper2Beamer Agent | Autonomous agent converting LaTeX papers into themed Beamer decks, with auto-repair and interactive refinement | LLM Agents LaTeX Python |
| NeuroSync: Empathic AI | Facial + vocal emotion-fusion network (PyTorch) with chat and VR modalities for real-time stress/engagement detection | PyTorch React Hume EVI |
| Grad-Guru | College decision-support system: 10 scraped datasets into a 100k+ record PostgreSQL warehouse, automated ETL | Python PostgreSQL ETL |
| NeuroChat: RAG Chatbot | FastAPI RAG service answering strictly from your docs: OpenAI or free TinyLlama fallback | FastAPI LangChain FAISS Transformers |
| CGAL GitHub Crawler | Mines GitHub for C++/CGAL usage patterns: rate-limited crawler, SQLite analytics, Flask dashboard | Python Flask PyGithub SQLite |
| Graduation Checklist Portal | Automated graduation eligibility: CGPA recalc + degree/honors rules, unit-tested, used by the academic team | Angular Node/TS Jest |
| Custom Linux Shell | UNIX shell in C: fork/exec dispatch, readline history, scheduling and memory simulation | C POSIX Linux |
| Student Portal | Django service wrapping 17+ academic-record APIs into one portal | Django REST |
| Custom ISA Assembler | Two-pass assembler for a custom 16-bit ISA with full syntax/semantic error reporting | Python Computer Architecture |