https://github.com/ovoshatchery/ovos-skill-face-recognition
face recognition for mycroft
https://github.com/ovoshatchery/ovos-skill-face-recognition
Last synced: 9 months ago
JSON representation
face recognition for mycroft
- Host: GitHub
- URL: https://github.com/ovoshatchery/ovos-skill-face-recognition
- Owner: OVOSHatchery
- Created: 2017-06-13T19:16:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-14T23:04:54.000Z (over 2 years ago)
- Last Synced: 2025-04-06T02:33:56.807Z (over 1 year ago)
- Language: Python
- Size: 282 KB
- Stars: 8
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## skill-face-recognition
recognize user by face
## Description
- on face detect
"user.detected", {"method": "face"}
- on face arrival
"user.arrived", {"method": "face"}
"user_departed", {"method": "face"}
- listens for face recognition request
"face.recognize", {"file": "path/to/face.jpg"}
- listens for face recognition train
"face.train", {"file": "path/to/face.jpg", "user": "jon do"}
- auto train new users faces
- automatic greetings - "Hello Joe", "Goodbye Joe"
- fully configurable
- only face encodings are saved, not pictures
## Examples
* "recognize my face"
* "my name is Jon Do"
* "my name is not Jon Do"
## Credits
JarbasAI