This web application crops out face in a rectangular fashion from any image using Clarifai Computer Vision Models.
- React JS
- Clarifai
- CSS
Install the Node Package Manager
$ sudo snap install node --classic --channel=10
$ npm install nodemon -g
Fork this repo and clone it
$ git clone https://github.com/<Your User Name>/face-detection-webApp.git
Open the folder Voice-assisstant-news-app and install the dependencies
$ npm install
Run the application
# In the face-detection-webApp folder
$ npm start