About

style_transfer.gif
 

Fast Style Transfer recomposes images in the style of other images.

This is a demo of Fast Style Transfer in ml5

You can choose different images, upload your own image, or turn on your webcam as an input, and choose a style in the middle, the output image will appear on the right.

Check it out here: https://yining1023.github.io/fast_style_transfer_in_ML5

The code is here: https://github.com/yining1023/fast_style_transfer_in_ML5

Credits: The code and models are based on deeplearn.js demo by reiinakano