The AI Recipe Generator is an application built on Streamlit and OpenAI, designed to automatically generate recipes from uploaded images of ingredients. This app leverages advanced image processing technologies and AI models to identify ingredients in images and generate recipes accordingly.
Before running the application, ensure the environment
- Python 3.9
pip install -r requirements.txt
AI-Recipe-Generator/
├── .streamlit/
│ └── secrets.toml
├── streamlit_app.py
└── ...
OPENAI_API_KEY = "your_openai_api_key_here"
streamlit run streamlit_app.py
- Once the app is running, your browser will automatically open to the app's main page.
- Upload an image containing ingredients.
- Select the type of cuisine you want to generate a recipe for.
- After uploading the image and selecting a cuisine type, the system will automatically identify the ingredients in the image and generate a corresponding recipe.