NutriGuide is a lightweight nutrition and health assistant powered by LLMs.
It provides personalized food recommendations based on a userβs health status and nutrition values of products.
The project is built with FastAPI and can be deployed using Docker.
/docs for Swagger UI)nutriguide/
βββ utils.py # JSONL helpers + LLM class (Groq API wrapper)
βββ main.py # FastAPI app with endpoints
βββ Dockerfile # Container configuration
βββ requirements.txt
βββ README.md
Contributions are welcome! Please fork the repository and submit a pull request for any enhancements or bug fixes. For more details and updates, visit the GitHub Repository.