https://github.com/jefreesujit/facedetector
An Experiment on Google Chrome's face detector API
https://github.com/jefreesujit/facedetector
chrome face-api face-detector facedetector google-chrome react
Last synced: about 2 months ago
JSON representation
An Experiment on Google Chrome's face detector API
- Host: GitHub
- URL: https://github.com/jefreesujit/facedetector
- Owner: Jefreesujit
- License: mit
- Created: 2018-06-13T15:27:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T05:17:31.000Z (over 2 years ago)
- Last Synced: 2025-02-13T18:53:09.412Z (4 months ago)
- Topics: chrome, face-api, face-detector, facedetector, google-chrome, react
- Language: JavaScript
- Homepage: https://facedetect.netlify.com
- Size: 2.91 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# facedetector
An Experiment on Google Chrome's face detector API https://facedetect.netlify.com
Just try some images with faces or try your own face in the live camera, the app would identify the faces and draws boxes over it!
To put it available you must first enable Experimental Web Platform Features on your Chrome’s flags. Very simple to do.
Go to :
[chrome://flags/#enable-experimental-web-platform-features](chrome://flags/#enable-experimental-web-platform-features)
And enable the **Experimental Web Platform features section**.
After enabling it, click on **Relaunch Now** button and you should be able to access the FaceDetector API