Create example-config.json

This commit is contained in:
slashtechno 2022-12-18 14:57:26 -06:00
parent 10566b6db8
commit aef3a855ef
Signed by: slashtechno
GPG Key ID: 8EC1D9D9286C2B17
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Recognize faces in Wyze Cam footage and send notifications to your phone (or oth
1. Clone this repo
` git clone https://github.com/slackner/wyze-face-recognition.git`
2. Add images to the `config` directory
3. Edit `config/config.json` and edit the faces array to match the images you added, and the face names
3. Copy `config/config.json.example` to `config/config.json` and edit the faces array to match the images you added, and the face names
4. Either set the `WYZE_EMAIL` and `WYZE_PASSWORD` environment variables, or edit `docker-compose.yml` and add your Wyze credentials
5. Run `docker-compose up -d`