Skip to content

Attempt at Transfer of style from one image to another image using deep learning

Notifications You must be signed in to change notification settings

smitdhakecha/Neural-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Style-Transfer

Neural style transfer is a technique in which we take three images.
1. A content image
2. A style reference image (such as an artwork by a famous painter),
3. The input image you want to style

We 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.

Input image is generally a random image and we use the suitable optimization technique to reduce the loss between input image and content image as well as the loss between input image and style image to get the desired artistic image.

Content Image

Content_Image

Style Image

Style Image

Transformed Image

Style transfered Image

About

Attempt at Transfer of style from one image to another image using deep learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published