← Back to Home

Technical Projects

My software and hardware projects throughout the years.

Hardware

RFID Door System Completed July 2021

Embedded C ESP32 IoT

Overview

Developed a secure access control system using the ESP-IDF framework. The project focused on real-time response and reliable sensor interfacing.

Technical Challenges

Watch Demo (Linkedin)

Software

NFL Yardage Classifier Last updated - October 2025

Python XGBoost Data Science

Overview

A binary classification model built to predict player performance. This project involved extensive data scraping, cleaning, and feature engineering.

Process

Challenges

View Code (Github)

SeedScraper - Data scraper for Start.gg Last updated - October 2025

Python GraphQL TKinter

Overview

Given a tournament with public seeding data, SeedScraper will retrieve the top N seeds (where N is a specified number). This list is then available immediately with an option to export to a CSV

Process

View Code