Projects

Featured projects and other projects that I've worked on over the years. Please look over GitHub for more.

Featured Projects

Other Projects

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 · Configuration-Driven Systems · CI

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 · Data Pipelines · Docker

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 · NLP · Speech-to-Text

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 · REPL Tooling · Debugging Utilities

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 · IoT · DHT Sensor