Projects

Featured projects and other work over the years. See GitHub for more.

Other Projects

32-bit RISC Processor (5-Stage MIPS Pipeline)

Designed and implemented a fully pipelined 32-bit RISC processor in VHDL with a 5-stage MIPS pipeline, hazard detection unit, and forwarding paths to eliminate data hazards without pipeline stalls.

VHDL · MIPS · Computer Architecture · Pipeline Design

Enterprise Event Simulation Platform

A configuration-driven simulation platform for testing distributed systems under realistic conditions such as burst traffic, out-of-order delivery, retries, and partial failures.

Java · Gradle · Distributed Systems · Simulation

AgriEdge AI — Edge-Deployed Visual Risk Classification Platform

Designed a production-style edge AI inference system that performs low-latency visual risk classification at the edge and routes high-value cases into centralized data pipelines.

Python · TensorFlow / Keras · OpenCV · Edge Inference

SensoryPi — Smart Security System (Raspberry Pi)

Built a Raspberry Pi-based smart security system that combines facial recognition with motion detection, triggering alerts on unrecognized faces and logging events with timestamped images.

Python · OpenCV · Raspberry Pi · Arduino

Convo Care — Privacy-First AI Risk Triage Platform

Designed and built a privacy-first AI system that analyzes text and voice conversations to produce sentiment and mental-health risk scores without storing transcripts or raw audio.

Python · FastAPI · React · MySQL

Py8085 — 8085 Assembler + Interactive Simulator

Built a lightweight 8085-style assembler and instruction-level CPU simulator with an interactive REPL, enabling classic microprocessor lab programs to run with breakpoints, stepping, and full memory inspection.

Python · Assembly · CPU Simulation · Assembler Design

MQTT Smart Home Controller (Arduino + IoT)

Designed and built a modular Arduino-based home automation controller using MQTT for telemetry and control, exploring event-driven device architecture, embedded systems, and IoT system design.

Arduino · C++ · MQTT · Embedded Systems