Maternal Health AI Assistant
Grounding an AI assistant in real medical guidance instead of model memory.
In a health or consumer product, an assistant like this cuts support costs by deflecting routine questions — but the real value is risk: every answer traces back to a real medical guideline instead of model invention, which is what actually gets an AI health feature past legal and compliance review, not stuck in a pilot that never ships.
Problem
New mothers need fast, trustworthy answers on infant nutrition and breastfeeding — but medical guidance is scattered, and generic chatbots hallucinate on health questions.
Approach
Built an agentic RAG system: a LangChain agent decides whether to answer from a FAISS-indexed WHO/AAP/CDC guideline store, or call the USDA FoodData Central API live for nutrient data.
Outcome
Deployed live on Streamlit. Every answer traces back to a real guideline or live nutrition data — not model guesswork.