A simple keras implementation of neural style transfer
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