Skip to content

broden-wanner/style-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Style Transfer with Deep Neural Networks

With this project, I endeavored to apply my knowledge of machine learning to some creative end. It is a python implementation of the paper "A Neural Algorithm of Artistic Style" by Gayts et al. The system uses feature representations of images in a neural network to separate and recombine the content of one image with style of another image. One impressive aspect of this technique is that no new network training is required —  pre-trained weights (e.g. from ImageNet) work quite well. In essence, a loss function is devised which accounts for the content of an image and the style of another image, and the script finds the image that minimizes this loss function. Uses Keras with Tensorflow backend.

Example:

About

Style transfer with a neural network using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published