neural-style / README.md
dogeplusplus's picture
Update README.
3662cf8
|
raw
history blame
299 Bytes
## Setup for both
- Run `firstTimeSetup.sh`
- Activate virtualenv `source venv/bin/activate`
- Download style transfer model `python download_model.py`
## Webcam Demo
- Run streamlit webcam application inside virtualenv `make webcam`
## Image Demo
- In a terminal call in virtualenv `make app`