FlavorForge is an AI-powered web app that generates creative and delicious recipe ideas for breakfast, lunch, and dinner. It leverages the power of ChatGPT to provide users with unique recipes based on meal category preferences and additional details.
- Meal Category Selection: Choose from breakfast, lunch, or dinner to generate recipes tailored to your preferences.
- Custom Preferences: Add specific preferences or details to further personalize your recipe suggestions.
- Interactive Display: View generated recipes with ingredients and instructions in an interactive format.
To run FlavorForge locally, follow these steps:
-
Clone the repository:
git clone https://github.com/nabinbhatt/flavorforge.git
-
Install dependencies:
cd flavorforge pip install -r requirements.txt
-
On the file
app.py
Enter your OpenAI API keyopenai.api_key = "YOUR_API_KEY"
-
Run the app:
streamlit run app.py
-
Access the app in your browser at
http://localhost:8501
.
- Select the meal category (breakfast, lunch, or dinner).
- Add any specific preferences or details.
- Click the "Generate Recipes" button.
- Explore the AI-generated recipes presented.
Thanks to OpenAI and Streamlit. This project is licensed under the MIT License.
For questions or feedback, you can contact me on Twitter (@thenabinbhatt)