https://github.com/ritwickdey/face-detector-chrome-api
Face Detection using Chrome API
https://github.com/ritwickdey/face-detector-chrome-api
chrome-api face-detection
Last synced: 10 months ago
JSON representation
Face Detection using Chrome API
- Host: GitHub
- URL: https://github.com/ritwickdey/face-detector-chrome-api
- Owner: ritwickdey
- License: mit
- Created: 2018-04-16T10:03:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T10:15:17.000Z (almost 8 years ago)
- Last Synced: 2023-02-26T18:46:50.477Z (about 3 years ago)
- Topics: chrome-api, face-detection
- Language: JavaScript
- Homepage: https://ritwickdey.github.io/face-detector-chrome-api
- Size: 6.88 MB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Face Detector using Chrome API
## Screenshot

---
## Note :
This is an experimental features of Google Chrome. You've to enable the **'Experimental Web Platform Features'** flag from
`chrome://flags/#enable-experimental-web-platform-features` in order to use `Face Detector API`.
---
## Demo:
* https://ritwickdey.github.io/face-detector-chrome-api
---
Thank You.