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