Skip to content

Commit f3f528b

Browse files
authored
Updated readme
1 parent 0c360a6 commit f3f528b

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

README.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
1-
# neuralstyler
2-
Turn Your Videos/photos into Art
1+
# NeuralStyler
2+
Turn Your Videos/photos into Artwork
33

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

12+
###Dependencies
13+
* Qt 5.x
14+
* Python 2.7 (Virtualenv for Ubuntu,WinPython 64 bit for Windows)
15+
* Chainer
16+
* ffmpeg
1217

18+
###How to install style</h3>
19+
Simply download the zip file and extract it you will get two files<br>
20+
**style_name.model**
21+
**style_name-style.jpg**
22+
copy these two files to the styles folder and run NeuralStyler.
23+
24+
###Create your own styles
25+
Please read the neural network training instructions
26+
[Read](https://github.com/yusuketomoto/chainer-fast-neuralstyle#train)
27+
28+
####Dependencies
29+
[Chainer](http://chainer.org) <br>
30+
[Microsoft COCO dataset](http://mscoco.org/dataset/#download)
31+
32+
python train.py -s (style_image_path) -d (training_dataset_path) -g (use_gpu ? gpu_id : -1)

0 commit comments

Comments
 (0)