-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |