A web app that helps you plan out your meals, centered on your nutrition goals.
Meal Prep 4 U offers the ability to create a personalized meal prep plan based on factors such as the user's desired daily nutrition intake or any food intolerances they might have. In addition, Meal Prep 4 U provides recipes using ingredients the user already has, thereby reducing the amount they need to spend on groceries for that particular meal.
Features of Meal Prep 4 U include searching of recipes based on user specifications as well as requirements and intolerances, usage of Google Cloud Vision Artificial Intelligence API to add pantry items within an image uploaded by a user to your pantry, and a sleek website deisgn. We used Python and Flask for the backend and HTML, CSS, and Javascript for the frontend.
- In your terminal of choice, run
pip install -r requirements.txtto install the required dependencies. - Execute
./run.sh. - Visit http://127.0.0.1:5000 in your web browser.