My Projects

Explore my portfolio of AI/ML projects, RAG systems, data engineering solutions, and full-stack applications built with modern technologies.

πŸ”¬

Hybrid Multi-Agent Deep Research Agent

Hybrid multi-agent architecture using a local Qwen 3 0.6B model for planning, search orchestration, and research synthesis, while reserving Gemini only for final report generation. Reduced API requests ~74% and input tokens ~80% while raising success rate from 50% to 83.33%.

Python LangGraph Ollama Qwen 3 Gemini Web Search
Code
πŸ•ΈοΈ

Agentic RAG with Multi-Source Evidence Fusion

Agentic RAG architecture where a reasoning agent dynamically coordinates vector retrieval, knowledge graphs, SQL/API sources, and web search, fusing evidence before a dedicated Verifier/Critic stage for reliability.

Python RAG Vector DB Knowledge Graph SQL/API Web Search
Code
🧩

Personalized Memory Model for AI Assistants

Research prototype for a personalized memory architecture that generates a compact representation of a user's current goals, preferences, and recent changes instead of retrieving similar historical messages.

AI Systems Architecture LLMs Retrieval Memory
Code
🧬

Bio-RAG Foundation Agent

End-to-end RAG pipeline using Gemma2 embeddings and Weaviate vector database. Features document ingestion, intelligent chunking, and FastAPI deployment with modular architecture.

Ollama Weaviate FastAPI Python Gemma2 RAG
Code
🍽️

Restaurant Recommendation System

Hybrid recommendation system combining collaborative and content-based filtering. Uses TF-IDF pipeline, cosine similarity, and automated data ingestion with Django backend.

Python Django TensorFlow Scikit-learn Docker TF-IDF
Code
⚑

Enterprise ETL Pipeline

Large-scale data pipeline solution for enterprise client. Automated data extraction, validation, transformation, and loading with performance optimization and cost reduction.

Python SQL Azure Oracle ETL Data Quality
Case Study
πŸ€–

LLM Microservices Platform

Scalable microservices architecture for LLM applications. Features API gateway, service discovery, load balancing, and monitoring with Kubernetes orchestration.

FastAPI LangChain OpenAI Docker Kubernetes Microservices
Demo
πŸ—„οΈ

Database Performance Optimizer

Intelligent database optimization tool that analyzes query patterns, suggests indexing strategies, and implements performance improvements automatically.

Python SQL Oracle MS SQL PostgreSQL Performance
Code
πŸ“„

AI Document Analyzer

Intelligent document analysis tool with OCR, text extraction, and AI-powered insights. Built with Streamlit for user-friendly interface and ChromaDB for document storage.

Python Streamlit OpenAI ChromaDB OCR NLP
Live Demo
πŸ“Š

Real-time Analytics Dashboard

Live analytics dashboard with real-time data streaming, interactive visualizations, and WebSocket-based updates. Features custom charting and data export capabilities.

Python Flask Redis WebSocket D3.js Plotly
Live Demo
πŸ’»

Multi-language Code Generator

AI-powered code generation tool that converts natural language descriptions into working code across multiple programming languages with syntax highlighting and error checking.

Python OpenAI Codex Code Generation Web Scraping API
Try It