You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Still Working
About
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.