Projects — 4

I touched these things.

Browse through my collection of tech projects. Each one is a snapshot of my learning journey and the fun (really?) I had building it.

2026·Work in progress·Solo

Undergrad thesis. Built and evaluated HyPar-Q, a parallel hybrid classical–quantum classifier combining a neural network with a 4-qubit variational quantum circuit. Tested across four medical datasets (WDBC, SEER, Heart, Diabetic) with rigorous cross-validation and leakage auditing. Introduced a representation-level diagnostic pipeline (ANOVA feature selection, CKA similarity, linear probing) to analyze branch divergence, then used those findings to motivate a decorrelation loss and fusion ablations. Results show hybrid models outperform classical baselines on balanced datasets when branches learn sufficiently different representations.

PythonPennyLanePyTorchscikit-learn
2026·Shipped·Solo

Full-stack meal planning app: React frontend (weekly planner, paginated recipe cards, auto-generated shopping list, gamified streak tracking with 365-day activity heatmap) + Spring Boot REST API with JWT/BCrypt auth, Spring Data JPA, PostgreSQL, Flyway. Integrated Google Gemini AI for on-demand recipe generation and ingredient-based fridge search.

JavaSpring BootReactPostgreSQLJWTGoogle Gemini API
2025·Archived·Contributor

School project. Built responsive React UI for browsing and streaming pages in a team of 5 (SCRUM). Configured AWS S3 with presigned URLs for secure video upload/download without exposing credentials, plus bucket policies and CORS settings for FE↔BE communication.

ReactFastAPIMongoDBAWS S3
2023·Shipped·Contributor

School project. Implemented a POP3/SMTP email client over raw TCP sockets in Python with multi-threaded connection handling for concurrent send/receive. Local email storage with SQLite and configurable filtering rules for inbox management.

PythonSocketsPOP3SMTPSQLite