/deepdream-neural-style-transfer

Implementation of Google Deepdream w/ extra style transfer scripts

Primary LanguagePython

Deepdream / Neural Style Transfer

Implementation of Google Deepdream w/ extra style transfer scripts. Based on Google's tutorial code and these style transfer scripts.

Requires caffe

Examples:

Deepdream

Style Transfer

Installation

Installing caffe on Windows isn't easy, but I ended up having some success using a virtual machine and following the instructions from this tutorial.

For the style transfer scripts, you also might need to go out and download some models on your own, which I got from here. VGG16 seems to work best for me.