Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.04 KB

Neural-Style-Transfer

Neural Style Transfer is one of the latest and most fascinating Deep Learning based application,
in which we transfer style of one image to the content of another image using deep learning based on VGG-19 architecture.
The result is a new image that combines the content of one image with the style of another.

So here, I have implemented Neural Style Transfer using Pytorch.



Input Content Image and Input Style Image:

download



Input Content Image and Output Image:

download (1)



OUTPUT IMAGE

output_NST