Projects

Patient Billing System

A Zango/Django app for managing insurance-claim billing: intake and tracking claims through a full lifecycle (draft → submitted → under review → approved/denied → appealed → closed), with role-based permissions for billing staff and managers at each step. A set of AI agents (claim validator, denial analyzer, appeal drafter) runs as independent Celery tasks to help process claims and draft appeals on denials. Background jobs run through Celery/Redis and data is stored in Postgres.

Asteroids

A Python/Pygame clone of the classic arcade game. You control a triangle ship, shoot incoming asteroids, and lose if one collides with the player. GitHub repo.

BookBot

The first project from my Boot.dev course: a small Python CLI that analyzes a text file and counts how often each character appears. GitHub repo.

AI Agents

A Gemini-powered CLI coding agent that can inspect files, run Python scripts, and edit code inside a restricted project folder. GitHub repo.

PyLex

A C++ lexical analyzer built with Python tooling for a compiler design and automata theory class. GitHub repo.

LR Parser

An LR parser I wrote in Python for a class on compilers and automata theory. GitHub repo.

B.Tech Project

My bachelor’s project was accepted in 2023 and focused on graph neural networks. Here is the PDF and the GitHub repository.