AI-Powered Grievance Redressal System
Built a multimodal grievance platform for an Andhra Pradesh government hackathon supporting text, voice, image OCR, and documents; ranked in the top 10 of all submissions. Designed a LangGraph workflow classifying grievances into 11 categories, routing them across 13+ departments, assigning priority, and generating explainable decisions. Integrated Groq Whisper for Telugu/English voice transcription, Tesseract OCR, and RAG-powered resolution recommendations.
Multi-Agentic RAG System with AI Agents
Engineered a multi-agent architecture with a Brain routing agent that selects document retrieval, web search, or calculator tools based on user intent, reaching 94% routing accuracy. Optimized PDF parsing, Pinecone semantic search, BGE re-ranking, and answer synthesis to achieve NDCG@10 of 0.87 and a 78% improvement in answer relevance with source page citations. Integrated local and cloud LLMs with hallucination detection and deployed Streamlit, FastAPI, and CLI interfaces.
Credit Card Fraud Detection
Designed a hybrid fraud-detection pipeline using a TensorFlow/Keras autoencoder and Random Forest classifier, with separate training and inference pipelines, model persistence through Joblib, and an interactive Streamlit app for real-time predictions.