Projects
Selected Work
Things I've designed and built. Each entry links to a deeper write-up.

Remixfy
AI-powered rap lyrics and beat generation platform built from scratch. Prompt-based music production with FastAPI backend, React frontend, OpenAI GPT-4.1 for lyrics, and a three-tier MusicGen/Stable Audio/WAV fallback beat pipeline.
- FastAPI
- React
- OpenAI GPT-4.1
- MusicGen
- PyTorch
- Transformers
- Stable Audio
- Python
- Uvicorn

ArgusLens
AI-powered visual analysis system using Grounding DINO for contextual object detection and Temporal Transformer architecture for risk prediction and temporal data interpretation.
- Python
- Grounding DINO
- Temporal Transformer
- PyTorch
- Computer Vision
- OpenCV
- NumPy

AI Health System
End-to-end AI pipeline for automatic plant disease detection: YOLOv8 leaf detection, EfficientNet-B3 disease classification, and Grad-CAM explainability — served via FastAPI with a React frontend.
- FastAPI
- YOLOv8
- EfficientNet-B3
- Grad-CAM
- PyTorch
- Python
- React
- OpenCV

AI Coach System
Django-based AI study coach using Google Gemini API (gemini-2.0-flash) via google-genai SDK. Generates personalized, dynamic study plans with modular AI service architecture, prompt engineering, and user profile management.
- Django
- Google Gemini API
- gemini-2.0-flash
- google-genai SDK
- Python
- PostgreSQL
- HTML/CSS