thepavankoushik / Neural-Brew

Neural style transfer using vgg-19 net

Home Page:https://arxiv.org/pdf/1508.06576.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neural-Style-Transfer

A project that was made to replicate work done by Gatys et al, A Neural Algorithm of Artistic Style .

Overview

Neural style transfer (NST) is a technique that takes two images — a content image and a style reference image — and blends them together so that the output looks like the content image, but painted in the style of the style reference image.

The aim of this project is to understand how NST works by reconstructing the original paper on neural style transfer (Gatys et al.). This repo contains a concise Tensorflow implementation code using VGG-19 net.

Examples

Acknowledgements

About

Neural style transfer using vgg-19 net

https://arxiv.org/pdf/1508.06576.pdf


Languages

Language:Python 100.0%