Image to Image transformation experiments.
The code for the web service is in stylizer-web.
https://arxiv.org/abs/1610.07629
CODE: https://github.com/suyash/stylizer/blob/master/stylizer/image_stylization.py
DEMO: https://colab.research.google.com/github/suyash/stylizer/blob/master/image_stylization_demo.ipynb
https://arxiv.org/abs/1812.03473
CODE: https://github.com/suyash/stylizer/tree/master/stylizer/comixgan
DEMO: https://colab.research.google.com/github/suyash/stylizer/blob/master/comixgan_demo.ipynb
https://arxiv.org/abs/1802.06474
https://github.com/suyash/stylizer/tree/master/stylizer/fast_photo_style
https://arxiv.org/abs/1603.08155
CODE: https://github.com/suyash/stylizer/blob/master/stylizer/fast_neural_style.py
DEMO: https://colab.research.google.com/github/suyash/stylizer/blob/master/fast_neural_style_demo.ipynb
https://arxiv.org/abs/1508.06576
CODE: https://github.com/suyash/stylizer/blob/master/stylizer/neural_style.py