Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 481 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 481 Bytes

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