An open API service indexing awesome lists of open source software.

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.

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)

[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](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).