Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 977 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 977 Bytes

Image Description using GPT-4o

This project is a Streamlit web application that uses OpenAI's GPT-4o and GPT-4o mini to generate descriptions for uploaded images.

Features

  • Upload an image (jpg, jpeg, png).
  • Get a description of the image using GPT-4o.
  • User-friendly interface.

Setup

  1. Clone the repository:

    git clone https://github.com/OrenGrinker/gpt4oimage.git
    cd gpt4oimage
  2. Install the required packages:

    pip install -r requirements.txt
  3. Run the app:

    streamlit run app.py
  4. Open your browser and go to http://localhost:8501 to use the app.

Usage

  • Enter your OpenAI API key.
  • Choose the model (GPT-4o / GPT-4o mini)
  • Enter a prompt for image description.
  • Upload an image and get the description.

Contributing

Feel free to open issues or submit pull requests for any improvements or bug fixes.

License

This project is licensed under the MIT License.