Projects
Design
Immersive experiences that tell stories

MUSIC STARTUP WEBSITE
2025Designed a website for a music startup based on designer's wishes.

DIGITAL CORKBOARD
2025Website to write notes to friends and pinned on a digital corkboard.
Robotics
I think robots are cool

ELEVATOR PACKAGE DELIVERY ROBOT
2025An autonomous elevator delivery robot built <40 hours. Trained with YOLOv8 over images on Roboflow.

TRASH PICKING ROOMBA ROBOT
2025Put together in ~10 hours on a Roomba and the SO-101 arm, trained with YOLOv8 and TrashNet dataset.

CHESS PLAYING ROBOT WITH SO-101 ARM
2025Built a chess playing robot arm using the SO-101 by Hugging Face. Trained on Stockfish (chess engine) and YOLOv8.

HEXAPOD ROBOT
2025Hexapod robot with a friend, 6 legs and intending to be jarvis style voice controlled.
Randoms
Everything else that sparks my interest

COMPILER FROM SCRATCH IN C++
2025Built a compiler in C++ from scratch, takes in source code into executable assembly the standard pipelines: lexical analysis, parsing with AST generation, semantic analysis with type checking, and assembly code generation.

REAL TIME OBJECT DETECTION
2025Used OpenCV and MobileNetSSD (Single Shot MultiBox Detector) deep learning model to detect 21 different object classes through a webcam. Also shows FPS on the screen.