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 🗽🙂
- Host: GitHub
- URL: https://github.com/lgope/face-detection-brain
- Owner: lgope
- Created: 2020-01-06T09:03:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-30T16:47:36.000Z (about 2 years ago)
- Last Synced: 2024-04-14T21:31:37.847Z (over 1 year ago)
- Topics: expressjs, postgresql, react, react-dom, react-tilt, reactjs, reactstrap, tachyons-css
- Language: JavaScript
- Homepage: http://smart-face-detect-brain.herokuapp.com/
- Size: 1.22 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 :

#### Face Detection :

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