A face recognition app built using the following stacks:
-
Frontend using Reactjs
-
Backend using Nodejs and Expressjs
-
Postgresql database.
The application can be viewed here: https://lockface.herokuapp.com/
This app has been deployed using heroku.
The server(api) for this app can be viewed here: https://github.com/Kshriva1/smartbrain-api
The user needs to register for for using this application. After registration the user can signin from the next time they want to use the app. The user needs to paste the url of an image in the search box in the app and click on detect button. This will detect the face in the image and will increse the rank of the user depending on the number of images the user submits.
The api used to detect the images is CLARIFAI which is a machine learning API.