This repository contains recently successful style transfer algorithms implemented by me at the educational center "Sirius". Algorithms:
Classical implementation using pretrained VGG19 to calculate content and style tensors.
Classical implementation training two networks simultaneously in order to get generator that knows the distribution of train data and can reproduce it from random noise
Implemented in keras using GAN architecture on shoes dataset.
So, we have two generators learning functions mapping from two domains X -> Y and X <- Y (aka from horses two zebras and vice versa). We used them to teach neural networks make black and white comics look bright. Not colorize them but make them look like they were painted by instagram artist.