This web app takes a photo and detect number of faces in it. For face detection Clarifai API is used.
- JavaScript
- React - Using create-react-app
- Node
- Express.js
Integration of backend with frontend
If you want to contribute and improve the project, follow the steps given below -
-
- USING SSH > git clone
git@github.com:<username>/SmartBrain.git - USING HTTPS > git clone
https://github.com/<username>/SmartBrain.git
- USING SSH > git clone
-
The project has frontend and backend files in seperate folder. Follow these steps:
- cd face_detection_api
- npm install
- npm start
- cd face_detection_api
- npm install
- npm start
- The project uses CLARIFAI API, so you need to configure or add a api key by yourself.
- similarly project uses postgresql, that also needs to get configured.