Python Programming Q&A Assistant (RAG System)
Built a Retrieval-Augmented Generation Python programming assistant using LangChain, Qdrant Cloud, Groq Llama 3.1, and FastAPI. Indexed 50,000 Stack Overflow Python question-answer pairs, implemented HuggingFace embeddings and similarity search, added hallucination prevention through similarity thresholding, and deployed REST APIs on Railway Cloud.
Healthcare RAG Intelligent Query System
Built RAG pipelines for querying healthcare JSON and document datasets using chunking, embeddings, ChromaDB, LangChain, and Azure OpenAI, with context-aware retrieval and healthcare-specific prompt engineering.
GEO Multi-Endpoint Generative Platform
Developed and tested AI backend endpoints for brand analysis, prompts, reports, and content workflows using FastAPI, Docker, Render, and multi-LLM integrations; optimized API performance and deployment pipelines.
Supplier Information Extraction Chatbot
Built a chatbot workflow for extracting supplier company details, contacts, websites, and locations from unstructured vendor sources using NLP-based entity recognition and structured data extraction.
Shopify Commerce Dataset Analysis
Performed duplicate revenue correction, SKU normalization, mapping validation, and customer-product behavioral analysis on structured commerce datasets; implemented data quality assurance and analytics workflows.
Weather Forecasting using Machine Learning & Deep Learning
Developed comparative forecasting models using CNN, RNN, Bi-RNN, LSTM, and Random Forest on historical weather datasets; implemented sliding-window time-series methods, dropout regularization, and batch normalization; achieved 85.54% overall prediction accuracy across weather categories and models.