Skip to content

jeremycochoy/style-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Transfer : Learn and Play

A simple dog with style from "The Scream" painting.

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.

Credits

This code is inspired from the pytorch tutorial, and the tensorflow implementation of Greg surma. Thanks to the original style transfer paper from Gatys and al.

About

Open source style transfer scripts / notebooks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published