This repository is implementation of style transfer part from the paper Perceptual Losses for Real-Time Style Transfer and Super-Resolution. The model architecture also contains Adaptive Instance Normalization technique after each convolution layer.
Basic idea is to train a network for particular style image so to get stylized image, a single forward network is required and it can perform almost realtime. Using ADN(Adaptive Instance Normalization), resultant image quality can be increased. Network can be trained for different style images. Some pretrained checkpoints can be found here.
flask- 0.12.2
tensorflow 1.3.0
Clone this repo and make sure you have installed prerequisites packages.
Run main.py file and open localhost in browser.