Projects
BioReact-Pi
BioReact-Pi
Raspberry Pi QNX Edge AI FastAPI Python Gemini AI Hardware

Edge-AI bioreactor controller on a Raspberry Pi that reads a live temperature sensor, feeds it into a logistic growth model to predict bacterial biomass, and streams everything to a live web dashboard — including an animated petri-dish colony visualization. Built at CU Hacking 2026 for the QNX Hackathon Challenge, winning 3rd Place.

Northern Shift Guard
Northern Shift Guard
FastAPI React Nvidia Nemotron GPT-4o Computer Vision AI Safety

An explainable AI safety system for Northern Ontario mining sites that detects PPE non-compliance and fatigue risk, checks compliance against zone-specific requirements, reasons over evidence with Nemotron, and stores every flagged decision in a local audit log — no black boxes. Won 2nd Place and Best Use of NVIDIA at Cursor Hackathon Sudbury 2026.

MalariAI
MalariAI
Flask HuggingFace EfficientNet Medical AI Computer Vision

Deployed on Hugging Face Spaces via Flask. Upload a Giemsa-stained blood smear image and MalariAI automatically segments cells, identifies infected ones, calculates the infection rate, and determines the dominant parasite stage — all with Grad-CAM++ visualizations for explainability. Backed by a two-stage pipeline: watershed-based segmentation and EfficientNet-B0 classification trained on NIH BBBC041 and MP-IDB datasets.

Sample Course Project

Brief description of the course project.

JobTrackerr
JobTrackerr
Django React AWS SaaS PostgreSQL

Production SaaS job application tracker built as a full-stack platform with Django REST and React (Vite). Features JWT and Google OAuth authentication, AWS EC2 deployment with Nginx/Gunicorn, and a CI/CD pipeline. Live at jobtrackerr.com.

EncryptIQ
EncryptIQ
Flask React Cryptography AES RSA

Interactive cryptography visualization platform featuring live AES-128/256 and RSA-2048 demonstrations. Built with a Flask-RESTX backend and React frontend, providing step-by-step encryption visualizations to make cryptographic concepts tangible and accessible.