← Back to Main Page

All Projects

A running list of things I've built.

Year Project Description Built With Link
2025 NFL Quarterback Regression Model Logistic regression classifier built from scratch to predict NFL outcomes using 80+ years of quarterback data. Python NumPy Pandas Plotly
2025 VSN - Stock Analysis Platform Web platform for analyzing financial time-series data with interactive visualizations and performance metrics. JavaScript HTML/CSS Python
2026 CLI Password Manager Locally stored password manager with AES encryption, key derivation, and secure clipboard integration. No cloud dependency. Python