Skip to content

Neural Style algorthim, as introduced in "A Neural Algorithm of Artistic Style", implemented in tensorflow

Notifications You must be signed in to change notification settings

shyamsn97/NeuralStyleTensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuralStyleTensorflow

Neural Style algorthim, as introduced in "A Neural Algorithm of Artistic Style", implemented in tensorflow

Examples:

Input/Content Image Style Image Mixed Image

How to use:

Installation:

	pip install -r requirements.txt

Stylize an input image:

	python neural_style.py [input image path] [content image path] [style image path] [size of images] [epochs] [output filename]

Stylize a white noise image:

	python neural_style.py "white" [content image path] [style image path] [size of images] [epochs] [output filename]

About

Neural Style algorthim, as introduced in "A Neural Algorithm of Artistic Style", implemented in tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages