
pyAMorph
IIT Madras internship project. Python library implementing signed distance functions (SDFs) for 2D/3D geometry via NumPy, CuPy, AMREX. See website for more details.
FloatChat
Conversational interface for oceanographic data visualisation. FastAPI backend with an MCP interface for AI agents querying the ARGO Oceanographic API. Selected top 90 of 200+ college teams at SIH 2025.

Axiom Web
Website for Axiom, the Philosophy Society at NSUT. Built with React + Eleventy; features a newsletter, blog, and member information.

AI Factcheck
Modular Python pipeline that automatically fact-checks claims using AI. Pluggable architecture for web-scraping, NLP semantic search, and LLM/NLI verification. Pydantic typing, cached embeddings, local LLMs via Ollama.
Presence
AI-powered attendance system that uses face recognition to automatically mark students present from a single group photo taken after enrollment. DIY-Palantir.
Hand Cricket MAB
Multi-armed bandit using Experts-as-Arms to beat you at Hand Cricket. Combines PyTorch neural nets, n-Gram expert models, and heuristics via the Hedge algorithm.

Anki Toolbar Addon
Anki addon that rips apart the editor toolbar for finer layout control. ~150 lines; the challenge was navigating Anki's large internal codebase to make a meaningful dent.