This model has been integrated with ai_integration for seamless portability across hosting providers.
Implementation of Deep Dream.
Nvidia-Docker is required to run this image.
For details see Deep Dream on Deep AI
docker pull deepaiorg/deepdream
nvidia-docker run --rm -it -e MODE=http -p 5000:5000 deepaiorg/deepdream
Open your browser to localhost:5000 (or the correct IP address)
Save your image as content.jpg in the current directory.
nvidia-docker run --rm -it -v `pwd`:/shared -e MODE=command_line deepaiorg/deepdream --image /shared/content.jpg --output /shared/output.jpg
docker build -t deepdream .
Original concept ipython notebook:
Loosely based on this implementation:
https://github.com/graphific/DeepDreamVideo
Simplification, streamlining, and updating to work in the year 2019 by DeepAI.