Projects
List of projects that I have worked on, some for classes, others for interviews and some just for fun. All projects that can be hosted publicly are linked below, and any code that is public is also linked. If you have any further questions about any of these projects, feel free to reach out!
NLP, Fine-tuning
· live demo
Claim Detection
DistilBERT fine-tuned to ~90% accuracy on balanced ClaimBuster + FEVER data, wrapped in a rate-limited FastAPI service and load-tested at ~200ms.
systems programming · live demo
HTTP Server in C
An iterative TCP server on the raw socket API, serving static files and records from a database also written in C. Clicking through leaves this site — the whole page is served by that server, with its request log live in the sidebar.
simulation, physics
· private
Free Throw Simulation
A 2D projectile model with drag and constant backspin, parameterized over angle, velocity, gravity and ball geometry — shoot the same free throw on the moon.