Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.13 to 1.26.17. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.13...1.26.17) --- updated-dependencies: - dependency-name: urllib3 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