Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 730 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 730 Bytes

Streamlit Demo: Deep Dream

A Streamlit demo demonstrating the Deep Dream technique. Adapted from the TensorFlow Deep Dream tutorial

Streamlit App

How to run this demo

pip install -r requirements.txt
streamlit run https://raw.githubusercontent.com/tvst/deepdream/master/streamlit_app.py

...or clone this repo and then run with:

streamlit run streamlit_app.py

Questions? Comments?

Please ask in the Streamlit community.