Projects

Design

Immersive experiences that tell stories

MUSIC STARTUP WEBSITE

MUSIC STARTUP WEBSITE

2025

Designed a website for a music startup based on designer's wishes.

DIGITAL CORKBOARD

DIGITAL CORKBOARD

2025

Website to write notes to friends and pinned on a digital corkboard.

Robotics

I think robots are cool

ELEVATOR PACKAGE DELIVERY ROBOT

ELEVATOR PACKAGE DELIVERY ROBOT

2025

An autonomous elevator delivery robot built <40 hours. Trained with YOLOv8 over images on Roboflow.

TRASH PICKING ROOMBA ROBOT

TRASH PICKING ROOMBA ROBOT

2025

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

Project Breakdown
CHESS PLAYING ROBOT WITH SO-101 ARM

CHESS PLAYING ROBOT WITH SO-101 ARM

2025

Built a chess playing robot arm using the SO-101 by Hugging Face. Trained on Stockfish (chess engine) and YOLOv8.

HEXAPOD ROBOT

HEXAPOD ROBOT

2025

Hexapod robot with a friend, 6 legs and intending to be jarvis style voice controlled.

Coming Soon

Randoms

Everything else that sparks my interest

COMPILER FROM SCRATCH IN C++

COMPILER FROM SCRATCH IN C++

2025

Built 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

REAL TIME OBJECT DETECTION

2025

Used 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.