Skip to content

thepavankoushik/Neural-Brew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages