Projects
A collection of my electronics builds, breadboard prototypes, and programming projects.
Real-Time Object Detection Pipeline
// Self-hosted real-time video analytics system running YOLOv8 inference in C++ on a Raspberry Pi 5, with Kafka streaming, a FastAPI backend, and a React dashboard.
LogicForge
// Desktop application for designing and simulating digital logic circuits, built with C++ and Qt.
CHIP-8 Emulator
// Fully functional CHIP-8 virtual machine emulator written in modern C++.
Collaborative Editing App
// Real-time document editing app with permission-based sharing, built with React and Go.
8-Bit Breadboard Computer Assembler
// Custom assembler that compiles assembly source code into binary ROM images for a homebrew 8-bit breadboard computer.
DCache
// In-memory key-value store database with CLI and data persistence, written in Go.
Part of Speech Tagging Model
// Multi-algorithm POS tagging model using Bayesian classification, logistic regression, and SVMs.