Skip to content

A simple keras implementation of neural style transfer

Notifications You must be signed in to change notification settings

sarvasvkulpati/StyleTransfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Keras Style Transfer

A simple keras implementation of neural style transfer

Usage

Place your content image and style image in the StyleTransfer folder so that the directory structure looks like this:

StyleTransfer
  ├── content.jpg
  ├── style.jpg
  └── styleTransfer.py

Adjust the hyperparameters in the file to your liking and then run the following:

python styleTransfer.py

The generated image will be outputted in the directory

About

A simple keras implementation of neural style transfer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages