priyavrat-misra / neural-style-transfer

Transfer style of an image to another using Convolutional Neural Networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural Style Transfer

content_style style_transfer Figure 1: Content (left) and style (right) images; Figure 2: Content (left) and target (right) images

About

This is a basic PyTorch implementation of the paper A Neural Algorithm of Artistic Style by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge.
The paper presents an algorithm for combining the content of one image with the style of another image using convolutional neural networks.


Example output

1080p_output Figure: style transfer to a high resolution output (1080p)

About

Transfer style of an image to another using Convolutional Neural Networks.

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%