Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rupeshs authored Sep 4, 2016
1 parent 0c360a6 commit f3f528b
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
# neuralstyler
Turn Your Videos/photos into Art
# NeuralStyler
Turn Your Videos/photos into Artwork

NeuralStyler Artificial Intelligence converts your videos into art works by using styles of famous artists: Van Gogh,Wassily Kandinsky,Georges Seurat etc
Features
--------
<li>Style videos,gif animation and photos
<li>No need to upload videos (Offline processing)
<li>Faster AI styling algorithm
<li>Extensible styling system(Plugin)
* Style videos,gif animation and photos
* No need to upload videos (Offline processing)
* Faster AI styling algorithm
* Extensible styling system(Plugin)

###Dependencies
* Qt 5.x
* Python 2.7 (Virtualenv for Ubuntu,WinPython 64 bit for Windows)
* Chainer
* ffmpeg

###How to install style</h3>
Simply download the zip file and extract it you will get two files<br>
**style_name.model**
**style_name-style.jpg**
copy these two files to the styles folder and run NeuralStyler.

###Create your own styles
Please read the neural network training instructions
[Read](https://github.com/yusuketomoto/chainer-fast-neuralstyle#train)

####Dependencies
[Chainer](http://chainer.org) <br>
[Microsoft COCO dataset](http://mscoco.org/dataset/#download)

python train.py -s (style_image_path) -d (training_dataset_path) -g (use_gpu ? gpu_id : -1)

0 comments on commit f3f528b

Please sign in to comment.