Skip to content

classicvalues/deepdream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep Dream

This model has been integrated with ai_integration for seamless portability across hosting providers.

Overview

Implementation of Deep Dream.

Nvidia-Docker is required to run this image.

For details see Deep Dream on Deep AI

Quick Start

docker pull deepaiorg/deepdream

HTTP

nvidia-docker run --rm -it -e MODE=http -p 5000:5000 deepaiorg/deepdream

Open your browser to localhost:5000 (or the correct IP address)

Command Line

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

docker build -t deepdream .

Author Credit

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.

About

Deepdream

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.7%
  • Dockerfile 6.3%