CoolFace
Apppublic

Milele/nutrition-rag-app

sourceHugging Faceupdated 1y agoView on Hugging Face
1likes
App README

๐Ÿง  Nutrition Disorder Specialist Chatbot

A Retrieval-Augmented Generation (RAG) based AI assistant designed to help clinicians, researchers, and health professionals quickly retrieve evidence-based insights on nutritional disorders from trusted medical literature.


๐Ÿ” Features

  • โ€”Semantic Search: Ask natural language questions and get accurate, context-grounded answers.
  • โ€”Structured Retrieval: Filter results based on metadata like source document and page number.
  • โ€”Chroma Vector Store: Efficient retrieval using semantic chunks indexed from medical reference PDFs.
  • โ€”Streamlit Interface: Easy-to-use, interactive frontend for real-time querying.
  • โ€”Dockerized Deployment: Fully containerized and deployed via Hugging Face Docker Spaces.

๐Ÿ“ Project Structure

bash
โ”œโ”€โ”€ app.py               # Streamlit frontend with LangChain pipeline
โ”œโ”€โ”€ requirements.txt     # Python dependencies
โ”œโ”€โ”€ Dockerfile           # Docker build instructions
โ”œโ”€โ”€ nutritional_db/      # Chroma vector store containing indexed medical data
โ””โ”€โ”€ README.md            # Project description (this file)

๐Ÿš€ How to Use

  1. 1.Visit the app at: https://huggingface.co/spaces/Milele/nutrition-rag-app
  2. 2.Ask questions like:
  3. 3."What are the symptoms of zinc deficiency?"
  4. 4."List the recommended daily allowances for trace minerals."
  5. 5.Get context-backed, citation-aware responses pulled from structured documents.

๐Ÿ› ๏ธ Built With


๐Ÿ‘ฅ Authors

Developed by InnoviTech Solutions in partnership with the Global Nutrition Health Organization.

Developer: Grace Burns

Empowering nutritional care through intelligent retrieval and generative AI.