The app helps its users choose the right food they should consume based on their personal information (PI), such as age, height, activity level, and personal favorites. Using this data, it computes health-related parameters like daily calorie intake requirements using equation. Then it prompts users to input their favorite preferences such as cuisine, allergies, etc. and uses this information to further narrow down the recipes from the recipe repository extracted from RecipeDB - a structured compilation of recipes, ingredients, and nutrition profiles interlinked with flavor profiles and health associations.
- Login/Sign up - Hosted on firebase
- Fully responsive UI
- Based on Python-Flask
- Generates personalized health recommendations based on users health parameters.
pip install pyrebase4
pip install flaskThe server starts by default on http://127.0.0.1:5000/




