Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Akash P S d0b84a9ea6
Update README.md
1 month ago
d989dc059e
checking the working food image prediction done
4 months ago
76fbe67209
folder structure added
4 months ago
1b8ca0c11d
food image classification model updated
2 months ago
48687fb4d9
food image classification model trainer added
4 months ago
c75182274e
model evaluation latest run
4 months ago
1b8ca0c11d
food image classification model updated
2 months ago
src
1c5fcaa340
login and logout added
2 months ago
2ac1c26928
checked the working of the food prediction
4 months ago
8bb57c9507
dvc added
4 months ago
76af50645b
image classification model added
2 months ago
76fbe67209
folder structure added
4 months ago
ae8389d253
Initial commit
4 months ago
d0b84a9ea6
Update README.md
1 month ago
2ac1c26928
checked the working of the food prediction
4 months ago
c9f2bc15c0
dvc trained
4 months ago
ec790bf01a
dvc added
4 months ago
2ac1c26928
checked the working of the food prediction
4 months ago
5adeb68540
food model evaluate added
4 months ago
1b8ca0c11d
food image classification model updated
2 months ago
3396102a68
food image classification added
2 months ago
1b1a31aa40
diet recommendation model trainer added
4 months ago
ec790bf01a
dvc added
4 months ago
e52e30d42b
food classification data ingestion added
4 months ago
76fbe67209
folder structure added
4 months ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

HEALTHY AI 🍽️

In this project, we developed and implemented a robust wellness platform aimed at empowering users to optimize their health through a personalized approach. The platform incorporates innovative features such as personalized diet suggestions, a cutting-edge recipe generator, and advanced food image identification technology.

DATA SOURCE 📊

I created this dataset by utilizing the Beautiful Soup library in Python for web scraping. Web scraping documentation

How to use 💻

  • Food Recommendation system ==> Input your height, weight, age, gender, physical activity level, and set your health goal. For instance, if your aim is to gain weight, this model can forecast healthy food options for breakfast, lunch, snacks, and dinner

  • Food image Classification system ==> If an image of food is uploaded, the system has the capability to predict the type of food and provide information about its nutritional content

  • Recipe generator ==> When you input a collection of ingredients, the recipe generator will not only generate instructions on how to prepare the food but also determine the appropriate quantities for a healthy dish. It ensures that each step is provided with clear instructions for creating a nutritious meal

How to run locally 🛠️

  • Before the following steps make sure you have git, Anaconda or miniconda installed on your system
  • Clone the complete project with git clone https://github.com/ItzmeAkash/Healthy.ai or you can just download the code and unzip it
  • Note: The master branch doesn't have the updated code used for deployment, to download the updated code used for deployment you can use the following command
    ❯ git clone -b deploy https://github.com/ItzmeAkash/Healthy.ai/
    
  • deploy branch has only the code required for deploying the app (rest of the code that was used for training the models, data preparation can be accessed on master branch)
  • It is highly recommended to clone the deploy branch for running the project locally (the further steps apply only if you have the deploy branch cloned)
  • Once the project is cloned, open anaconda prompt in the directory where the project was cloned and paste the following block
# To Create the environment
conda create -n healthyai python=3.10.13 -y
# To activate the environment
conda activate healthyai
# To install all the requirements
pip install -r requirements.txt
- And finally run the project with
# Finally run the following command
python main.py
  • Open the localhost url provided after running app.py and now you can use the project locally in your web browser.

MLflow

  • MFlow is capable of monitoring models to determine which one achieves high accuracy by leveraging different parameters. Moreover, it can compare all the models and choose the most suitable one
# cmd
mlflow ui

DVC Cmd

  • DVC assists in executing pipelines more efficiently by allowing us to skip already executed pipelines. This speeds up the overall execution process, enabling us to reach our model as quickly as possible
# cmd
1. dvc init
2. dvc repo
3. dvc dag

Further Improvements 📈

Ongoing Project Enhancements 📈

  • Consider building the frontend with React.js for improved user interface HealthAiFrontend
  • Explore the creation of RESTful APIs using Django Rest Framework HealthAiBackend

License 📝

This project is licensed under GNU (GENERAL PUBLIC LICENSE).

Contact 📞

If you have any doubt or want to contribute feel free to email me or hit me up on LinkedIn

Tip!

Press p or to see the previous file or, n or to see the next file

About

No description

Collaborators 1

Comments

Loading...