I created a vehicle building game inspired by Mega Blocks in Unity. All models are custom, and so is the construction system. The game can save vehicles in JSON format.
A self-driving RC truck that uses a Raspberry Pi 4 and OpenCV to drive itself, following human faces. This was my first introduction to guidance-navigation-control systems.
A citizen reporting app built for the Hackify 2024 hackathon in 48 hours, using Google's Firestore and Mapbox's GLJS API. My first introduction to custom markers in Mapbox.
An image classification website built in 4 days for vsHacks 2023, winning the 2nd place prize. Uses YOLOv8 and a custom image classification model to distinguish different types of recyclable plastic.
A terminal-style messaging platform powered by SocketIO. Encrypted end-to-end with RSA, meaning that the server can't intercept messages. My first introduction to encrypted messaging.