Skip to content

Style transfer is the task of changing the style of an image in one domain to the style of an image in another domain. This technique is outlined in "A Neural Algorithm of Artistic Style (Gatys et al.)."

License

Notifications You must be signed in to change notification settings

NatsuD99/Neural-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural Style Transfer using Keras

Neural style transfer is an optimization technique used to take three images:

  • A content image
  • A style reference image (such as an artwork by a famous painter)e
  • The input image you want to style
and blend them together such that the input image is transformed to look like the content image, but “painted” in the style of the style image. An overview of the technical process is that we take the base input image, a content image that we want to match, and the style image that we want to match. We’ll transform the base input image by minimizing the content and style distances (losses) with backpropagation, creating an image that matches the content of the content image and the style of the style image.

Results

About

Style transfer is the task of changing the style of an image in one domain to the style of an image in another domain. This technique is outlined in "A Neural Algorithm of Artistic Style (Gatys et al.)."

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published