22b3d692b7
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github/workflows | ||
config | ||
.dockerignore | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
docker-compose.yml | ||
environment.yml | ||
main.py | ||
requirements.txt |
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