Projects

Selected work

Research experiments, production systems, and full-stack builds. A few of the things I've actually shipped.

F1 race outcome predictor

2025

End-to-end ML pipeline over FastF1 and Ergast data across multiple seasons, with engineered features covering lap times, session deltas, and driver/team context. Random Forest regressor (MAE 1.78, RMSE 2.28 grid positions) plus two Logistic Regression classifiers for Q3 and top-ten qualification (93.8% and 92.6% accuracy). Interactive Streamlit dashboard for scenario planning and model diagnostics.

Python Scikit-learn Pandas Streamlit FastF1

PlayAxis — full-stack sports & events platform

2025

Aggregates real-time schedules, scores, and event data from 3+ external APIs into a FastAPI backend with Pydantic validation and a PostgreSQL store. Dockerized with CI/CD through Netlify and Koyeb. A good exercise in real-world schema reconciliation and deploy ergonomics.

React FastAPI PostgreSQL Docker Python

IoT monitoring for fossil fuel power plants

2023 – 2024 · Triaxis Power

A Raspberry Pi 4 system with thermocouples and potentiometers to track pipe temperature and thermal expansion for predictive maintenance. I scoped, specified, and deployed it end-to-end — hardware selection, pipeline, and visualization — across plant sites.

Raspberry Pi IoT Python

Formula 1 statistics dashboard

2024

Tableau analysis of Formula 1 data from 1950–2024, cutting across drivers, constructors, and circuits to surface long-range performance trends.

Tableau Data Viz

This site

2024 – present

Built by hand — HTML / CSS / JS with Lenis for smooth scrolling and GSAP for soft fade-ins. Hosted on Netlify.

HTML CSS JavaScript