Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.23 KB

File metadata and controls

45 lines (27 loc) · 1.23 KB

Recipe Generator Using Image

This project utilizes Google's generative AI to generate recipes based on images of prepared dishes. Users can upload an image of a dish, and the system will analyze the ingredients and suggest a recipe. The application is built using Streamlit and Python.

Usage

  1. Install Dependencies:

    pip install -r requirements.txt
  2. Run the Application:

    streamlit run app.py
  3. Upload Image:

    Upload an image of a prepared dish and click "Submit" to generate a recipe.

File Structure

  • app.py: Main Python file for running the Streamlit application.
  • requirements.txt: List of Python dependencies required for running the application.

Dependencies

  • streamlit
  • Pillow
  • python-dotenv
  • google-generativeai

Screeshots

image image image

Author

FasluRahman TP