Skip to content

My implementation of neural style transfer, as described in Leon A. Gatys’ paper "A Neural Algorithm of Artistic Style", and in Raymond Yuan's article "Art with Deep Learning using tf.keras and eager execution"

Notifications You must be signed in to change notification settings

max-kaufmann/Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Style-Transfer

My implementation of neural style transfer, as described in Leon A. Gatys’ paper "A Neural Algorithm of Artistic Style", and in Raymond Yuan's article "Art with Deep Learning using tf.keras and eager execution".

To run the style transfer, sipmly execute the command:

"./training.py picture1 picture2 num_iterations"

where picture1 is the base content image, picture2 is the target image and num_iterations describes how many times the optimisation loop is ran.

Also included is a short piece I did on some art I enjoy.

About

My implementation of neural style transfer, as described in Leon A. Gatys’ paper "A Neural Algorithm of Artistic Style", and in Raymond Yuan's article "Art with Deep Learning using tf.keras and eager execution"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages