Dietary Remix is a web application that leverages AI to transform recipes based on different dietary requirements. It allows users to input recipes and convert them to various diets such as vegan, keto, gluten-free. The application uses MindsDB with Google's Gemini Pro model to perform intelligent recipe transformations while maintaining the essence and flavor profile of the original recipe.
Watch the video
Clone the repository:
git clone https://github.com/FaycalZM/dietary-remix
cd dietary-remix
Create virtual env & activate it & Install required packages:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Set up MindsDB:
http://127.0.0.1:47334
). API_KEY='YOUR_KEY'
python data.py
Run the Flask server:
flask --app main run --debug
Add a recipe by providing the recipe name and recipe text in the 'add recipe' form:
Transform a recipe by providing the recipe name, recipe text and selecting the desired diet in the 'transform recipe' form, and visualize the transformed recipe.
Visit http://localhost:5000/get_recipes to get all the recipes in the local database.
If you like this project, please support it by upvoting on Quira and starring the GitHub repository!
Thank you for your support!