# Synthesize a coastline in the style of Monet. Uses "*_sem.png" files for both images.
python3 doodle.py --style samples/Monet.jpg --output samples/Coastline.jpg
# Generate a scene around a lake in the style of Renoir.
python3 doodle.py --style samples/Renoir.jpg --output samples/Landscape.jpg
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