/face-detection

This is a face detection web app. You can detect the number of faces in an image. Image can be uploaded , by URL or using Web cam. It uses clarifai API . It is still in dev.

Primary LanguageJavaScript

Face Detection

Using Clarifai

Face-detection helps in predicting the position of face in image.

REACT APP

Clone the repo

Install the dependencies and devDependencies and start the server.

cd face-detection
npm i all
npm start

Demo

Still Working