Recognize faces/objects in a video stream (from a webcam or a security camera) and send notifications to your devices
Project description
Wyzely Detect
Recognize faces/objects in a video stream (from a webcam or a security camera) and send notifications to your devices
Features
- Recognize objects
- Recognize faces
- Send notifications to your phone (or other devices) using ntfy
- Optionally, run headless with Docker
- Either use a webcam or an RTSP feed
- Use mrlt8/docker-wyze-bridge to get RTSP feeds from Wyze Cams
Prerequisites
Python
- Camera, either a webcam or a Wyze Cam
- All RTSP feeds should work, however.
- Python 3.10 or 3.11
- Poetry (optional)
Docker
- A Wyze Cam
- Any other RTSP feed should work, as mentioned above
- Docker
- Docker Compose
What's not required
- A Wyze subscription
Usage
Installation
Cloning the repository is not required when installing from PyPi but is required when installing from source
- Clone this repo with
git clone https://github.com/slashtechno/wyzely-detect
cd
into the cloned repository- Then, either install with Poetry or run with Docker
Docker
- Modify to
docker-compose.yml
to achieve desired configuration - Run in the background with `docker compose up -d
Installing from PyPi with pip
This assumes you have Python 3.10 or 3.11 installed
pip install wyzely-detect
a. You may need to usepip3
instead ofpip
wyzely-detect
Poetry
poetry install
poetry run -- wyzely-detect
Configuration
The following are some basic CLI options. Most flags have environment variable equivalents which can be helpful when using Docker.
- For face recognition, put images of faces in subdirectories
./faces
(this can be changed with--faces-directory
)- Keep in mind, on the first run, face rec
- By default, notifications are sent for all objects. This can be changed with one or more occurrences of
--detect-object
to specify which objects to detect- Currently, all classes in the COCO dataset can be detected
- To specify where notifications are sent, specify a ntfy URL with
--ntfy-url
- To configure the program when using Docker, edit
docker-compose.yml
and/or set environment variables. - For further information, use
--help
How to uninstall
- If you used Docker, run
docker-compose down --rmi all
in the cloned repository - If you used Poetry, just delete the virtual environment and then the cloned repository
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file wyzely_detect-0.1.1.tar.gz
.
File metadata
- Download URL: wyzely_detect-0.1.1.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2a6a22e4cab244c6cb115d8d4beb8b2eabd3d02837fd6430a8084575cb72f38 |
|
MD5 | 2080e7f0013abe0540695f7854686b27 |
|
BLAKE2b-256 | 3dfa7523c20491c50481b45cc47199cdad36b54101ac65615cf22e2f1db205fd |
File details
Details for the file wyzely_detect-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: wyzely_detect-0.1.1-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.1 CPython/3.11.5 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eda811c240ebf544169eff9d13ad7075d808886c4d62ea146001108096658b62 |
|
MD5 | 13de0224afb35e89dd2c35fcee1c97ed |
|
BLAKE2b-256 | 375d5ce0a815e1b80afbd5e8a8ea99935eaa96d7df30d2b60a55d6ca53b28255 |