duc0 / deep-dream-in-pytorch

Pytorch implementation of the DeepDream computer vision algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deep-dream-in-pytorch

Pytorch (https://github.com/pytorch/pytorch) implementation of the deep dream (https://en.wikipedia.org/wiki/DeepDream) computer vision algorithm

Installation

Install Jupyter notebook with Anaconda

http://jupyter.org/install

Run jupyter notebook and open deep-dream-pytorch.ipynb

Note: to improve performance set CUDA_ENABLED = True in the notebook if you have a capable Nvidia GPU.

Examples

Cloud

img

DeepDream Cloud

dd

Waves

img

DeepDream Waves

dd

Starry Night

img

DeepDream Starry Night

dd

Fun video games with good AI

About

Pytorch implementation of the DeepDream computer vision algorithm

License:MIT License


Languages

Language:Jupyter Notebook 100.0%