https://github.com/shimabox/face_recognition_with_clmtrackr
Sample of face recognition with clmtrackr.js
https://github.com/shimabox/face_recognition_with_clmtrackr
face-detection face-recognition
Last synced: 3 months ago
JSON representation
Sample of face recognition with clmtrackr.js
- Host: GitHub
- URL: https://github.com/shimabox/face_recognition_with_clmtrackr
- Owner: shimabox
- License: mit
- Created: 2018-09-24T22:11:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T15:44:44.000Z (over 6 years ago)
- Last Synced: 2024-12-04T03:12:19.405Z (5 months ago)
- Topics: face-detection, face-recognition
- Language: JavaScript
- Size: 694 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# face_recognition_with_clmtrackr
Sample of face recognition with clmtrackr.js## Demo
https://shimabox.github.io/face_recognition_with_clmtrackr/
It runs if it is a browser supporting the **getUserMedia API**.
[Can I use... Support tables for HTML5, CSS3, etc](https://caniuse.com/#feat=stream "Can I use... Support tables for HTML5, CSS3, etc")## Feature
- Face recognition
- Display recognized faces with different canvas
- It corresponds to a smartphone
- Operation confirmed with `iOS 11.4/Safari`
- Switch front and rear camera
- Only for smartphone
- Grayscale conversion
- Debug mode
- Margin adjustment of face recognition part## Notes
- Battery exhaustion is intense
- In the case of a smartphone it will be hot## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.