Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.07 KB

File metadata and controls

22 lines (16 loc) · 1.07 KB

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]