Projects

Things I've built

Systems, compilers, and AI. The projects where I got to go deep and learn by shipping. No filler.

CapstoneCapstone Project

StaminaSense

A wearable system that runs machine learning on live biometric data (heart rate, movement, body temperature) to deliver personalized training and recovery recommendations. Built to help coaches cut injuries and squeeze more out of every session.

WearableMachine LearningBiometricsCapstone

The Archive

07 projects
01

BudgetBuddy

In Development
JavaSpring BootReact NativeOCRLLM

Snap a receipt, get your budget sorted. An AI budgeting app that scans receipts with OCR and lets Google Gemini parse and categorize every transaction, so tracking spend takes seconds instead of spreadsheets.

02

Speech2TeX

In Development
NLPPythonWhisper

Speak math, get LaTeX. Built on OpenAI Whisper for speech recognition and a fine-tuned Google FLAN model that turns spoken equations into clean, typeset markup.

03

GenEd

In Development
PostgreSQLNext.jsTypeScript

Personalized worksheets on autopilot. An education platform that tracks student progress and uses generative AI to tailor content to each learner's performance.

04

Real-Time OS

Completed
Memory AllocationCARM

A lightweight real-time OS with context switching, inter-process communication, and Earliest-Deadline-First scheduling. Built for precise timing where milliseconds matter.

05

VHDL Compiler

Completed
Compiler DesignJavaVHDL

Translates VHDL equations into executable Java: recursive-descent parsing, hash-based symbol management, and a modular Visitor pattern for clean code generation.

06

Network Simulation

Completed
SocketsPythonTCP/IP

A from-scratch look at how the internet actually talks. Simulates DNS lookups and a working web server over raw TCP sockets, with the full request flow verified end to end using Postman.

07

Hall of Fame Predictor

Completed
Machine LearningPythonSQL

Predicts Baseball Hall of Fame inductions from the Lahman Database (1871 to 2023). 80% accuracy via tuned decision trees, sharp feature selection, and SQL-based processing.