Skip to content

Commit

Permalink
Updating instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjc committed Mar 8, 2016
1 parent 2022942 commit fb2de25
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Neural Doodle
=============


A minimalistic implementation of Semantic Style Transfer.

|Python Version| |License Type| |Project Stars|

Expand All @@ -12,6 +12,9 @@ Neural Doodle
Image Analogy
-------------

The algorithm is built for style transfer, but it can also handle making image analogies. Files are
included in the `#/samples/` folder. Execute with these commands:

.. code:: bash
# Synthesize a coastline in the style of Monet. Uses "*_sem.png" files for both images.
Expand All @@ -23,10 +26,18 @@ Image Analogy
Installation & Setup
--------------------

This project requires Python 3.x. You'll also need `numpy` and `scipy` (numerical computing libraries)
installed system-wide. Afterwards, you can run the following commands from your terminal:

.. code:: bash
# Create a local environment for Python 3.x to install dependencies here.
python3 -m venv pyvenv --system-site-packages
# If you're using bash, make this the active version of Python.
source pyvenv/bin/activate
# Setup the required dependencies simply using the PIP module.
python3 -m pip install -r https://raw.githubusercontent.com/alexjc/neural-doodle/master/requirements.txt
.. image:: docs/Coastline.png
Expand Down

0 comments on commit fb2de25

Please sign in to comment.