Skip to content

SiddhiVTripathi/Neural-Style-Transfer-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Style-Transfer-Tensorflow

Implementation of Neural Style Transfer inspired from code available at official tensorflow website.
Implemented single style transfer.

The following are the requirements

Check details here
  1. python3
  2. tensorflow
  3. numpy

Testing

The program runs for 5 epochs and each epoch has 100 steps. The program saves images after each epoch in images folder under the name transferred_<epoch_no>.jpg.
To perform style transfer run: python transfer.py <path-to-content-image> <path-to-style-image>

Outputs

Changes

The number of epochs can be modified in the file at line 150.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages