Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 480 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 480 Bytes

Introduction to Deep Learning Project - Style Transfer

For Standalone

  1. Install python packages from requirements.txt.
    1. For a user-friendly UI with webcam input, run src/app.py.
    2. For batch-processing, place your images in in/content/ or in/style/ respectively, setup the parameters in src/parameters.py and run src/batch.py, which places the results in out/.

Notebook Demo

  1. Open Demo.ipynb, Demo_module.ipynb or Demo_module_advanced.ipynb.