Skip to content

This web application allows the user to detect faces in the image uploaded by them. It makes use of Clarifai face detection API

Notifications You must be signed in to change notification settings

keyur22/smartbrain-face-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smartbrain Face Detection App

This web application allows the user to detect faces in the image uploaded by them. It makes use of Clarifai face detection API.

Users can register and upload the image. An entry count is maintained for every user which indicates how many times the user has detected faces.

Front End of the app is created using React. NodeJS, ExpressJS is used for server side scripting. PostgreSql is used to store user information.

External Libraries like Bcrypt and KnexJS are also used.

This repo contains source code for the front end part of the app. The app is deployed on heroku along with the server and database.

Technologies Used: HTML5, CSS3, JS, React, NodeJS, ExpressJS, postgreSQL

Libraries Used: Bcrypt, KnexJS

Link: https://smartbrain-face-detection.herokuapp.com/