6438e91492
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.0.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/9.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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