From aef3a855ef73987a0cc188dee7b6972e86b3ad6b Mon Sep 17 00:00:00 2001 From: slashtechno <77907286+slashtechno@users.noreply.github.com> Date: Sun, 18 Dec 2022 14:57:26 -0600 Subject: [PATCH] Create example-config.json --- README.md | 2 +- config/{config.json => example-config.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename config/{config.json => example-config.json} (100%) diff --git a/README.md b/README.md index 3c41f49..7e0fe12 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/config/config.json b/config/example-config.json similarity index 100% rename from config/config.json rename to config/example-config.json