|
|
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| config | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| .python-version | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| docker-compose.yml | ||
| poetry.lock | ||
| pyproject.toml | ||
README.md
Wyze Face Recognition
Recognize faces in Wyze Cam footage and send notifications to your phone (or other devices)
Pre-requisites
- Docker
- Docker Compose
- A Wyze Cam
What's not needed
- A Wyze Cam subscription
How to use
- Clone this repo
git clone https://github.com/slackner/wyze-face-recognition.git - Add images to the
configdirectory - Copy
config/config.json.exampletoconfig/config.jsonand edit the faces array to match the images you added, and the face names - Either set the
WYZE_EMAILandWYZE_PASSWORDenvironment variables, or editdocker-compose.ymland add your Wyze credentials - Run
docker-compose up -d
How to uninstall
- Run
docker-compose downin thewyze-face-recognitiondirectory