Featured Projects

AI systems, ML pipelines, and intelligent applications built with purpose.

Showing 3 projects

Python LangChain
GitHub →
✓ Completed
AI/ML API

RAG Privacy Guard

Privacy-aware RAG system that automatically detects and masks PII (names, emails, IDs) from documents before ingestion into the vector store, preventing sensitive data leakage through LLM responses.

Architecture: LangChain → PII Scrubber → ChromaDB → GPT Q&A
Compliance: GDPR / HIPAA ready
STACK: Python LangChain ChromaDB OpenAI API FastAPI
PyTorch Docker
GitHub →
✓ Completed
MLOps AI/ML

DLOps End-to-End ML Pipeline

Production-grade deep learning operations pipeline covering experiment tracking with MLflow, Docker containerization, automated CI/CD deployment workflows, model versioning, and inference serving via REST API.

Pipeline: Ingest → Train → Evaluate → Package → Deploy
Impact: Reduced deployment cycle time significantly
STACK: Python PyTorch MLflow Docker REST API CI/CD
TensorFlow OpenCV
GitHub →
✓ Completed
AI/ML Computer Vision

Real-Time Micro-Expression Analyzer

Real-time facial micro-expression detection system using CNN-based classifiers with transfer learning achieving 87% accuracy on FER-2013. Benchmarked across 3 datasets; RAF-DB model outperformed baseline by 12%.

Accuracy: 87% on FER-2013 | 24 FPS real-time
Datasets: FER-2013, RAF-DB, CK+ (7 emotion classes)
STACK: Python TensorFlow Keras OpenCV Transfer Learning
FastAPI React
⟳ In Progress
Web API

AI Automation Dashboard

A full-stack dashboard for monitoring and managing ML model inference endpoints, with real-time metrics, alert configurations, and workflow automation via REST API integrations.

Status: Backend complete — frontend in progress
STACK: Python FastAPI React Docker