File size: 299 Bytes
f161731
7165e24
 
f161731
 
 
 
7165e24
 
 
3662cf8
7165e24
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 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`