Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 485 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 485 Bytes

public_image_generator_app

A streamlit app that will generate image based on simple input provided by user.

After the user provides input, the app will pass it to Openai's GPT-4 model performing a chat completion task.

There'll be two prompt options for the user to choose from a streamlit selectbox. Then the picked one will be passed to stability.ai for image generation task.

Please run the below code to install all dependencies.

pip install -r requirements.txt