Style Transfer using CNN

In 2015, a paper on Neural Algorithm of Artistic Style was published where the authors discussed how one image can be converted into a different style using deep convolutional neural networks. The authors used a fully trained VGG-19 architecture to recreate the image. Intermediate layers of the network hold the abstraction for the content and style images. I implemented this paper in PyTorch for my practice and making art using noodles!