My Projects

gOSU: Smart Transit Assistant

A cross-platform mobile app for both iOS and Android that computes the fastest route to any OSU destination using live bus data.

Developed a custom routing algorithm calculating walk, wait, ride, and post-stop times from real-time ETAs, processing GeoJSON API data into point coordinates for accurate mapping and dynamic optimization.

Achievement: Secured 3rd place (out of 30+ teams) at Hack OHI/O 2025

Technologies: React Native, JavaScript, JSON, Asynchronous Programming, Git

Tennis Match Prediction AI

A data-driven application that uses machine learning to predict the outcomes of professional ATP tennis matches based on historical statistics.

Developed an end-to-end machine learning pipeline, which included data processing, feature engineering, model training, and deployment into both a web app and a desktop GUI.

Technologies: Python, Pandas, Scikit-learn, Streamlit, Tkinter, Joblib

OSU Study Spot Finder

A modern web application that provides real-time, crowdsourced occupancy status for campus libraries, helping students quickly find available study spaces.

Uses real-time listeners and custom aggregation logic to determine the most common status reported within the last 60 minutes.

Technologies: JavaScript, HTML/CSS (Tailwind), Google Firestore (NoSQL), Google Analytics, Crowdsourced Data, Netlify Deployment

Personal Budget Tracker

Developed a command-line application in Java for tracking personal income and expenses. Implemented file I/O to save and load user data, ensuring data persistence.

Technologies: Java

View Code

Basic Phone Book

Created a command-line application to manage contacts, demonstrating data structure implementation (e.g., `ArrayList` or `HashMap`) and file I/O for persistent storage.

Technologies: Java

View Code

Calculator

A command-line application demonstrating core control flow and function decomposition to handle basic arithmetic operations and error handling.

Technologies: Java

View Code

Portfolio Website

Built a personal portfolio website to showcase my skills and projects using HTML and CSS. Deployed the static website for public access using GitHub Pages.

Technologies: HTML, CSS, GitHub Pages

View Code