A Django-powered college football dashboard that pulls live data from the CFBD API. Displays season records, AP rankings, player stat leaders, an annotated schedule, and game box scores. Features idempotent data syncing, caching for performance, and a custom management command for refreshing stats.
Python, Django, SQLite, CFBD API, Bootstrap
October 2025 - November 2025
GitHub
A machine learning capstone project that predicts Type 2 Diabetes risk using patient health metrics. Built with Streamlit, featuring an interactive dashboard with SHAP explainability, ROC/PR visualizations, adjustable classification thresholds, and CSV export. Includes a calibrated scikit-learn pipeline with probability scoring.
Python, Streamlit, scikit-learn, matplotlib, pandas, Jupyter Notebook, SHAP
August 2025, September 2025
GitHub
A CLI RSS feed aggregator written in Go, backed by PostgreSQL. Users register, follow and unfollow RSS feeds, and Gator continuously fetches new posts from the least-recently-updated feed on a timer, storing them in the database for browsing from the terminal.
Go, PostgreSQL, sqlc, goose
July 2026
GitHub
This is a Python project from scratch that converts Markdown content into fully static HTML/CSS files.
Python, GitHub Pages, Markdown
February 2026
GitHub
AI_Bot is a command-line AI coding assistant built in Python that can interact with a local project through a controlled set of tools. It supports both one-shot prompts and an interactive REPL mode, allowing the assistant to inspect files, write changes, execute Python scripts, and run automated tests.
Python, OpenAI API, pytest, Linux, uv
January 2026 - February 2026
GitHub
A command-line Pokedex built in Go that queries the PokeAPI to explore Pokémon locations, catch Pokémon, and inspect their stats. Features a REPL-style interface with in-memory caching. Built as part of the Boot.dev Go curriculum.
Go, PokeAPI, HTTP
June 2026
GitHub
A hands-on implementation of Git internals in Python, following the Write Yourself a Git tutorial. Covers core Git concepts like objects, refs, and commits from scratch.
Python
November 2025 - January 2026
GitHub
A delivery routing simulation for WGUPS using a custom chaining hash table and greedy nearest-neighbor algorithm to minimize mileage across three trucks. Handles real-world constraints like deadlines, delayed packages, and grouped deliveries.
Python, Data Structures & Algorithms
September 2025
GitHub
WGU coursework project demonstrating PostgreSQL database design and reporting. Includes custom user-defined functions, triggers, stored procedures, and automated report generation from the DVD dataset.
PostgreSQL, SQL
June 2024
GitHub
A recreation of the classic Asteroids arcade game built with Python and Pygame as part of the Boot.dev curriculum. Features OOP design with player movement, shooting mechanics, collision detection, and destructible asteroids.
Python, Pygame
December 2025
GitHub