Skip to content

Commit

Permalink
Adding sample images, README and requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Mar 7, 2016
1 parent 643b561 commit 949479a
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 0 deletions.
45 changes: 45 additions & 0 deletions README.rst
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
3 changes: 3 additions & 0 deletions requirements.txt
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
Binary file added samples/Coastline_sem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/Landscape_sem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/Monet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/Monet_sem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/Renoir.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/Renoir_sem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 949479a

Please sign in to comment.