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

https://github.com/gsurma/deep_dream

DeepDream psychodelic image generator.
https://github.com/gsurma/deep_dream

artificial-intelligence cnn convolutional-neural-networks deep-dream deep-dreaming deep-learning deep-neural-networks inception machine-learning python python3 style-transfer tensorflow tensorflow-examples

Last synced: 3 months ago
JSON representation

DeepDream psychodelic image generator.

Awesome Lists containing this project

README

        



# Deep Dream

Minimal Python/TensorFlow implementation of the DeepDream algorithm originally created by [Alexander Mordvintsev](https://ai.googleblog.com/2015/06/inceptionism-going-deeper-into-neural.html).

Daily dose of deep dreams on instagram.

## Usage

To use on the predefined .jpg image:

python3 deep_dream.py

or

python3 deep_dream.py

to perform on the random image.

## How does it work?

We are using **Inception5h** model which was designed to classify images.

During the classification process we are providing input images and using gradient descent to adapt weights to the images through filters.

**DeepDream** algorithm does the opposite. It adapts the input images to match the network weights with **gradient ascent** which results in visualizing network filters on the input images giving them psychodelic look.

## Results






## Author

**Greg (Grzegorz) Surma**

[**PORTFOLIO**](https://gsurma.github.io)

[**GITHUB**](https://github.com/gsurma)

[**BLOG**](https://medium.com/@gsurma)