$ cat profile.txt
Computer Science · IIIT-Delhi '26
Systems-minded engineer building software that has to be correct close to the machine, and useful close to the people using it.
Final-year Computer Science student at IIIT-Delhi, graduating 2026. Below is what I've built — coursework and projects, newest first.
Everything public, newest first.
Detects motorcyclists without helmets from a phone's camera, reads the plate, and generates a PDF challan. → repo
Traces a production crash back to the AI agent decision that caused it, using OpenTelemetry span links. → live · → repo
Matches forwarded scam texts, screenshots, and calls against a shared memory graph of known scam campaigns. → live · → repo
Builds a correlation-based network from S&P 500 return data to study financial system structure. → repo
Parallelizes AES encryption on the GPU with CUDA, about 3× faster than the serial version. → repo
Image filtering with the CUDA NPP library, built for a Coursera CUDA-at-Scale lab. → repo
Text-to-speech experiments for generating audiobooks, built on VITS. → repo
Coursework from the Algorithm Design and Analysis course at IIITD. → repo
Solves the homogeneous system Ax = 0 and returns the general solution in parametric form. → repo