forked from alexjc/neural-doodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding sample images, README and requirements.
- Loading branch information
Showing
8 changed files
with
48 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Neural Doodle | ||
============= | ||
|
||
|
||
|
||
|Python Version| |License Type| |Project Stars| | ||
|
||
---- | ||
|
||
.. image:: docs/Landscape.png | ||
|
||
Image Analogy | ||
------------- | ||
|
||
.. code: bash | ||
# Generate a scene around a lake in the style of Renoir. | ||
python3.4 doodle.py --output samples/Landscape.jpg --content-weight=0.0 --style samples/Renoir.jpg | ||
# Synthesize a coastline in the style of Monet. | ||
python3.4 doodle.py --output samples/Coastline.jpg --content-weight=0.0 --style samples/Monet.jpg | ||
Installation & Setup | ||
-------------------- | ||
|
||
.. code: bash | ||
python3 -m venv pyvenv --system-site-packages | ||
source pyvenv/bin/activate | ||
python3 -m pip install -r https://raw.githubusercontent.com/alexjc/neural-doodle/master/requirements.txt | ||
.. image:: docs/Coastline.png | ||
|
||
---- | ||
|
||
|Python Version| |License Type| |Project Stars| | ||
|
||
.. |Python Version| image:: http://alexjc.github.io/neural-doodle/badge_python.svg | ||
:target: https://www.python.org/ | ||
|
||
.. |License Type| image:: https://img.shields.io/badge/license-New%20BSD-blue.svg | ||
:target: https://github.com/alexjc/neural-doodle/blob/master/LICENSE | ||
|
||
.. |Project Stars| image:: https://img.shields.io/github/stars/aigamedev/scikit-neuralnetwork.svg | ||
:target: https://github.com/alexjc/neural-doodle/stargazers |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
scikit-image>=0.12 | ||
git+https://github.com/Theano/Theano.git@e7f6b32#egg=Theano==0.8-dev | ||
git+https://github.com/Lasagne/Lasagne.git@664b8a4#egg=Lasagne==0.2-dev |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.