Projects that are still being developed, or are too small to warrent their own page
A gamified personal challenge where I bike every street in San Diego, tracked with Strava and
visualized via custom software built on Python and Mapbox.
Robo sub.
This is the autonomous robotic submarine that I worked on in the Mechatronics club in college. The submarine was
able to navigate a course autonomously and complete a variety of tasks. My primary contributions were towards the computer vision ML
model for object recognition. View our GitHub
Hamming code.
Above is my implementation of a bit-error correcting code using logical gates and circuits in Logicworks. The circuit
implements a 5-bit Hamming code, which is able to automatically detect and correct errors in 8 bits of transmitted data.
Learn more