Sign inSign up

deepaiorg/deepdream

By deepaiorg

Updated about 7 years ago

Exaggerates feature attributes or textures in images.

Image
1

2.2K

deepaiorg/deepdream repository overview

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.

Tag summary

Content type

Image

Digest

Size

1.7 GB

Last updated

about 7 years ago

docker pull deepaiorg/deepdream