This app first asks the user to register upon which the user can log in to the application. Steps to use this application
- Register in the application
- Signin to the application
- Copy the url of the image in which you are interested in detecting the human face
- Click detect image button.
- Clone this repo
- Run
npm install
- Run
npm start
- You must add your own API key in the
controllers/image.js
file to connect to Clarifai API.
You can grab Clarifai API key here