Style Transfer : Learn and Play

This repository contain learning material for style transfer algorithms, and implementation ready to use so you can play with it without prior knowledge on ML or either programming.

Use it for generating images, and then dig the code if you are curious.

Setup

The code is in this jupyter notebook.

Go to Gloogle Colab. Once registered, open the notebook from this git repository (you just have to go to the github dongle and copy and past the url of this repo).

Open the execution environment menu and select GPU if it's not already the case (GPU makes it run faster).

You can then execute the notebook as if. Change the values of content_url and style_url to either a predefined image, or the url of an image of your choice to try with other images.

GitHub