Explore my portfolio of AI/ML projects, RAG systems, data engineering solutions, and full-stack applications built with modern technologies.
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%.
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.
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.
End-to-end RAG pipeline using Gemma2 embeddings and Weaviate vector database. Features document ingestion, intelligent chunking, and FastAPI deployment with modular architecture.
Hybrid recommendation system combining collaborative and content-based filtering. Uses TF-IDF pipeline, cosine similarity, and automated data ingestion with Django backend.
Large-scale data pipeline solution for enterprise client. Automated data extraction, validation, transformation, and loading with performance optimization and cost reduction.
Scalable microservices architecture for LLM applications. Features API gateway, service discovery, load balancing, and monitoring with Kubernetes orchestration.
Intelligent database optimization tool that analyzes query patterns, suggests indexing strategies, and implements performance improvements automatically.
Intelligent document analysis tool with OCR, text extraction, and AI-powered insights. Built with Streamlit for user-friendly interface and ChromaDB for document storage.
Live analytics dashboard with real-time data streaming, interactive visualizations, and WebSocket-based updates. Features custom charting and data export capabilities.
AI-powered code generation tool that converts natural language descriptions into working code across multiple programming languages with syntax highlighting and error checking.