- Install python packages from
requirements.txt
.- For a user-friendly UI with webcam input, run
src/app.py
. - For batch-processing, place your images in
in/content/
orin/style/
respectively, setup the parameters insrc/parameters.py
and runsrc/batch.py
, which places the results inout/
.
- For a user-friendly UI with webcam input, run
- Open
Demo.ipynb
,Demo_module.ipynb
orDemo_module_advanced.ipynb
.