https://github.com/streamlit/demo-deepdream
A Streamlit demo demonstrating the Deep Dream technique. Adapted from the TensorFlow Deep Dream tutorial.
https://github.com/streamlit/demo-deepdream
Last synced: 5 months ago
JSON representation
A Streamlit demo demonstrating the Deep Dream technique. Adapted from the TensorFlow Deep Dream tutorial.
- Host: GitHub
- URL: https://github.com/streamlit/demo-deepdream
- Owner: streamlit
- License: apache-2.0
- Created: 2020-10-02T23:36:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T07:27:21.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T10:36:43.153Z (5 months ago)
- Language: Python
- Size: 603 KB
- Stars: 25
- Watchers: 27
- Forks: 46
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Streamlit Demo: Deep Dream
A [Streamlit](https://streamlit.io) demo demonstrating the Deep Dream technique.
Adapted from the [TensorFlow Deep Dream
tutorial](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/tutorials/deepdream)[](https://share.streamlit.io/streamlit/demo-deepdream)
## 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](https://discuss.streamlit.io).