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.
- Host: GitHub
- URL: https://github.com/mtalhaofc/nutrition_system
- Owner: MTalhaofc
- Created: 2024-12-18T18:55:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T11:24:10.000Z (about 1 year ago)
- Last Synced: 2026-01-02T12:37:44.562Z (6 months ago)
- Topics: cosine-similarity, data, data-science, food, machine-learning, model, nutrition, pandas, python, streamlit
- Language: Python
- Homepage: https://nutritionsystem-w2tltvhzspqrvesqhv3xjm.streamlit.app/
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |
|-------------|-------------|
|  | Core Programming Language |
|  | Web Application Framework |
|  | Data Processing |
|  | ML / Filtering |
---
## 📸 Screenshots
| Page | Screenshot |
|------|-------------|
| 🔷 User Input Form |  |
| 🔷 Meal Recommendations |  |
---
## 📂 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/).
---