Skip to content

This is a Web application for detecting faces in images built using React, Express, Postgres πŸ—½πŸ™‚

Notifications You must be signed in to change notification settings

lgope/face-detection-brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

77 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

face-detection-brain

Face detection brain is a web application that detects faces from images using machine learning with provisions for registering, signing in, viewing the leaderboard and editing profiles. And also the web app that uses the Clarifai API to locate a face in a picture. Using a React.js front-end and Node.js back-end with Express.js as well as a PostgreSQL database to keep track of how many entries a user has made. πŸ—½πŸ™‚

Key Features

Some of the standout features of the project are

  1. Users can register and login
  2. Guest login option
  3. Multiple faces detection functionality
  4. Keep track of how many entries a user has made.
  5. Profile Setting option.

Demonstration

Sign In :

s1

Face Detection :

detect face

Profile Settings :

profile settings

This project consists of :

  • Face Detection: Using Clarifai API
  • Frontend: Built using React
  • Server: Built using Express framework
  • Database: PostgreSQL, for storing user data
  • NPM Packages : Create-React-App, Tachyons, react-tilt, particles.js, Bcrypt, Postgresql, knex, body parser, cors, express

Technologies

  1. reactjs
  2. nodejs
  3. expressjs
  4. postgreSQL (for store user data)

To run this project :

  1. Clone this repo
  2. Change your directory : cd face-detection-brain
  3. Run npm install
  4. Run npm start

Future Updates

  • Enable PWA
  • Leaderboard
  • View Profile
  • Settings Profile

And More ! There's always room for improvement!

Deployed Version (Feel free to visit) πŸ‘‡

https://smart-face-detect-brain.herokuapp.com/

About

This is a Web application for detecting faces in images built using React, Express, Postgres πŸ—½πŸ™‚

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published