Go to file
dependabot[bot] 6438e91492
Bump pillow from 9.3.0 to 10.0.1 (#2)
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>
2023-10-13 16:09:49 -05:00
.github/workflows Re-added caching for Docker 2022-12-18 15:59:47 -06:00
config Create example-config.json 2022-12-18 14:57:26 -06:00
.dockerignore Made some more progress 2022-12-18 12:14:31 -06:00
.gitignore Update .gitignore, again 2022-12-18 14:57:48 -06:00
Dockerfile Made some more progress 2022-12-18 12:14:31 -06:00
LICENSE Change license to GNU GPL v3 2022-12-17 20:38:48 -08:00
README.md Create example-config.json 2022-12-18 14:57:26 -06:00
docker-compose.yml Finally got Docker Compose working! 2022-12-18 12:19:21 -06:00
environment.yml Added support for `ntfy.sh` 2022-12-18 13:07:11 -06:00
main.py Change notification priority (ntfy) 2022-12-18 13:50:22 -08:00
requirements.txt Bump pillow from 9.3.0 to 10.0.1 (#2) 2023-10-13 16:09:49 -05:00

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

  1. Clone this repo
    git clone https://github.com/slackner/wyze-face-recognition.git
  2. Add images to the config directory
  3. Copy config/config.json.example to config/config.json and edit the faces array to match the images you added, and the face names
  4. Either set the WYZE_EMAIL and WYZE_PASSWORD environment variables, or edit docker-compose.yml and add your Wyze credentials
  5. Run docker-compose up -d

How to uninstall

  1. Run docker-compose down in the wyze-face-recognition directory