slashtechno 3c6919d2c6 | ||
---|---|---|
.github/workflows | ||
.vscode | ||
faces | ||
set-detect-notify | ||
.dockerignore | ||
.gitignore | ||
.python-version | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
deepface-test.ipynb | ||
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
config
directory - Copy
config/config.json.example
toconfig/config.json
and edit the faces array to match the images you added, and the face names - Either set the
WYZE_EMAIL
andWYZE_PASSWORD
environment variables, or editdocker-compose.yml
and add your Wyze credentials - Run
docker-compose up -d
How to uninstall
- Run
docker-compose down
in thewyze-face-recognition
directory