All Projects

Production-focused experiments, agentic workflows, and decision-support tools.

Multi-Agent AI Hospital Simulation

Multi-Agent AI Hospital Simulation

Async FastAPI backend with JWT auth, LangGraph state machine with conditional routing across GP, specialist, and helper agents, real-time SSE streaming to React frontend; serves live production traffic on a 4GB DigitalOcean droplet.

FastAPILangGraphPostgreSQLReact+3
AI-Lawyer Legal Case Platform

AI-Lawyer Legal Case Platform

Comprehensive legal case management system with ML classification, LangGraph agents, RAG retrieval, and Telegram bot integration.

PythonFastAPILangGraphReact+3
PostDisaster AI Agentic Alert System

PostDisaster AI Agentic Alert System

Full-stack disaster response system analyzing satellite imagery with Gemini Vision and 5 specialized CrewAI agents.

PythonCrewAIFastAPIReact+1
HAR Deep Learning Comparison

HAR Deep Learning Comparison

Research study comparing CNN-LSTM, BiLSTM, Attention, and Transformer architectures for Human Activity Recognition on UCI-HAR dataset.

PythonPyTorchDeep LearningTransformers
AI Agentic Customer Care

AI Agentic Customer Care

Multi-agent HP laptop customer support system using CrewAI with document search for warranty and repair inquiries.

PythonCrewAIGeminiRAG
CWC Flood Forecasting System

CWC Flood Forecasting System

XGBoost and LSTM models for 20-hour water level forecasting, developed for the Central Water Commission.

PythonXGBoostPyTorchLSTM+1
Image Filters Algorithms in C

Image Filters Algorithms in C

Qt 6 desktop app and CLI implementing classic image processing filters: grayscale, sepia, blur, reflection, and Sobel edge detection.

CQt 6CMakeImage Processing