Grocery price forecasting platform (React, BigQuery ML, TimesFM 2.0, Claude API). Trained TimesFM 2.0 on 25 years of USDA retail price data via BigQuery ML; delivered MAE $0.06 and R2 0.91. Includes Buy Now / Wait / Stable recommendation engine and Claude-powered market context.
A terminal-based quest/game built to practice CLI tools and interactive experiences.
Handall project from GitHub — links and tooling for task automation and utilities.
Streamlit-based music recommendation system with retrieval-augmented explanations (Python, pandas, RAG). Ranks songs by genre, mood, energy, and acousticness with evidence-backed explanations grounded in metadata.
Spam classification using Logistic Regression with TF-IDF preprocessing (Python, scikit-learn). Achieved ~96.6% test accuracy on preprocessed message data.
AI-powered text summarizer built while learning Python and NLP