An open API service indexing awesome lists of open source software.

https://github.com/mtalhaofc/nutrition_system

A simple AI-powered web app built using Streamlit that provides personalized weekly meal plans and nutrition recommendations based on user demographics, health goals, and nutritional preferences.
https://github.com/mtalhaofc/nutrition_system

cosine-similarity data data-science food machine-learning model nutrition pandas python streamlit

Last synced: about 2 months ago
JSON representation

A simple AI-powered web app built using Streamlit that provides personalized weekly meal plans and nutrition recommendations based on user demographics, health goals, and nutritional preferences.

Awesome Lists containing this project

README

          

# 🥗 Nutrition Recommendation System

---

A simple AI-powered web app built using **Streamlit** that provides personalized weekly meal plans and nutrition recommendations based on user demographics, health goals, and nutritional preferences.

---

## 🚀 Features

- 🧑‍⚕️ Collects user demographics (age, gender, height, weight, activity level, health goal)
- 📊 Generates personalized weekly meal plan based on user data
- 🍽️ Filter meals by calories, protein, fat, and carbohydrates
- 🤖 AI-powered recommendations using simple filtering and nearest matching
- 🌐 Deployed online via Streamlit Cloud

---

## 🛠 Built With

| Technology | Description |
|-------------|-------------|
| ![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white) | Core Programming Language |
| ![Streamlit](https://img.shields.io/badge/Streamlit-FF4B4B?style=for-the-badge&logo=streamlit&logoColor=white) | Web Application Framework |
| ![Pandas](https://img.shields.io/badge/Pandas-150458?style=for-the-badge&logo=pandas&logoColor=white) | Data Processing |
| ![Scikit-learn](https://img.shields.io/badge/Scikit--Learn-F7931E?style=for-the-badge&logo=scikitlearn&logoColor=white) | ML / Filtering |

---

## 📸 Screenshots

| Page | Screenshot |
|------|-------------|
| 🔷 User Input Form | ![User Input Form](https://raw.githubusercontent.com/MTalhaofc/nutrition_system/main/Screenshot%20from%202025-06-21%2012-46-18.png) |
| 🔷 Meal Recommendations | ![Meal Recommendations](https://raw.githubusercontent.com/MTalhaofc/nutrition_system/main/Screenshot%20from%202025-06-21%2012-46-09.png) |

---

## 📂 Project Structure

```bash
├── nutrition_app/ # Main Streamlit app files
│ ├── app.py # Streamlit main app
│ ├── data.csv # Nutrition dataset (sample meals)
├── README.md # Project documentation
```
---

## 📬 Contact

For any queries, feel free to reach out to me on [LinkedIn](https://www.linkedin.com/in/mtalhaofc/).

---