An open API service indexing awesome lists of open source software.

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

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