Built an empathetic mental wellness chatbot using LLaMA 3.3 and LangChain. Features mood-based conversations, real-time sentiment analysis, ChromaDB vector memory, breathing exercises, and journaling prompts. Deployed live on Streamlit Cloud.
0
27
Built a deep learning system to detect brain tumors from MRI scans using VGG16 transfer learning. Integrated Grad-CAM heatmaps for explainable AI output. Achieved 94.9% confidence with 4-class classification. Full pipeline from raw MRI input to visual diagnosis output.
0
26
Built a full-stack Todo app across 5 phases — CLI to cloud-native. Phase 3 adds AI chatbot via LangChain and Groq for natural language task management. Phase 4 containerized with Docker and Kubernetes. Phase 5 deployed on Vercel with Neon PostgreSQL. 4 live deployments.
0
37
Built a deployed AI tool that lets users upload research papers and query them using natural language. RAG pipeline with vector search retrieves precise context-aware answers. Features PDF parsing, AI summaries, topic modeling, and citation extraction. Live on Render.
3
1
45
Built AIRO, a 6-agent ML automation system using LangGraph and Groq LLaMA 3.3. The system automates the entire ML pipeline from data ingestion to final report generation. Ran 18 experiments achieving RandomForest f1_macro of 0.7329. Features parallel training, MLflow tracking, SHAP explainability, and a dark Streamlit UI with live log streaming.