Projects
Bridge AI: Community Service Locator
Description: AI-powered web application that helps individuals locate essential community services like food banks, shelters, and healthcare facilities. Features intelligent service discovery, interactive mapping, and AI chatbot for personalized recommendations.
Tools: React, Node.js, Google Maps API, Anthropic Claude API, Tailwind CSS, Express
Bitcoin Price Forecasting with Machine Learning
Description: Machine learning project using ARIMA and XGBoost models to forecast Bitcoin prices based on historical data and market indicators.
Tools: Python, ARIMA, XGBoost, Pandas, NumPy, Scikit-learn
CS61B Build-Your-Own-World
Description: 2D tile-based exploration game with procedurally generated worlds, line-of-sight mechanics, and coin collection gameplay. Implements Kruskal’s MST for room connectivity, ray casting for vision systems, and Union-Find data structures.
Tools: Java 17, Princeton StdDraw, Kruskal’s MST Algorithm, Ray Casting, Union-Find