Skip to content

Zhenna/image_generator_flask_streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_generator_flask_streamlit

Repo structure

├── static
│   └── (generated images)
├── templates
│   ├── index_response.html
│   └── index.html
├── .gitignore
├── app.py
├── streamlit_app.py
├── inference.py
├── requirements.txt
└── README.md

How to use

  1. Install dependencies
pip install -r requirements.txt
  1. Run the Flask app and paste the local host url in your browser
flask run
  1. Run the Streamlit app and paste the local host url in your browser
streamlit run streamlit_app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published