A collection of projects I've built, ranging from web applications to command-line tools. Each project reflects my passion for creating practical, well-designed software.

Other Projects

Street Sign Detection and Classification

archived 2023

AP Degree thesis project. Developed a real-time street sign detection and classification system using deep learning techniques. The system utilizes a combination of Convolutional Neural Networks (CNNs) for image classification and Mask R-CNN for object detection. The idea was to optimize it at a point where it could run on an edge device, such as a Raspberry Pi, for potential applications in old cars that lack modern driver-assistance systems.

Python TensorFlow OpenCV MRCNN

GraphingProgram

archived 2016

GraphingProgram is a simple application built with C# and ZedGraph that allows users to plot simple mathematical functions. It was my first experience with GUI development, and I was still a learner, so the code quality was abysmal. However, it served as a great learning experience and further sparked my interest in software development.

.NET Windows Forms C# ZedGraph