An open API service indexing awesome lists of open source software.

https://github.com/lgope/face-detection-brain

This is a Web application for detecting faces in images built using React, Express, Postgres 🗽🙂
https://github.com/lgope/face-detection-brain

expressjs postgresql react react-dom react-tilt reactjs reactstrap tachyons-css

Last synced: 3 months ago
JSON representation

This is a Web application for detecting faces in images built using React, Express, Postgres 🗽🙂

Awesome Lists containing this project

README

          

# 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](https://user-images.githubusercontent.com/58518192/72167737-ee863b80-33f5-11ea-8cf9-d46e3d19c721.png)

#### Face Detection :

![detect face](https://user-images.githubusercontent.com/58518192/72166923-59cf0e00-33f4-11ea-8f4c-7faca21d20da.png)

#### Profile Settings :

![profile settings](https://user-images.githubusercontent.com/58518192/72167028-9438ab00-33f4-11ea-8c72-c95bbf36b90e.png)

## 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/