Skip to content

DavVratChadha/Neural-Style-Transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Style-Transfer

This GitHub repository is a personal project to document my progress as I learn about neural style transfer, a technique for combining the content of one image with the style of another image using deep learning. The repository will contain my notes, code, and examples of my experimentation with this technique. It is intended as a reference for myself as I continue to learn and explore this topic, and may also be of interest to others who are also learning about neural style transfer.

Useful resources

Note

The papers state to use noise to genarate image similar to content image and then apply NST to transfer art style from style image to create the final image. But, in my code, instead to using noise, I simply use content image and apply NST to it. This is done to make the overall process simpler and it requires lesser computation.

Some Examples:

  • Golden Gate Bridge in the style of The Scream by Edvard Munch res1 res2

  • A puppy in the style of The Starry Night by Vincent van Gogh res3 res4

About

This repository documents my journey in learning about neural style transfer, including implementing and experimenting with various techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published