Skip to content

pattrickx/DeepDream

Repository files navigation

DeepDream

⚠️ If you don't have a gpu with cuda, the style transfer execution time will be much longer

Prerequisites

Python >=3.8.10

How to Install

sudo pip3 install -r requirements.txt 

How to Use

if you are going to test with the example images, just run:

python3 main.py

Results

The following images are results depending on the layer that is chosen as the final layer, the closer to the end of the network the more complex the shapes that appear, the first image is the result for the initial layers looking just simple shapes, the second deeper on the net with shapes that look like eyes and finally one of the last layers with several complex shapes that look like animals.

download (1)

download (2)

download (3)

Based on

Releases

No releases published

Packages

No packages published

Languages