Skip to content

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

License

Notifications You must be signed in to change notification settings

qingxuantang/public_image_generator_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages