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

Euripidec/Face-Detect-Website

Repository files navigation

Face-Detect

Face-Detect is a web application that detects faces from images using machine learning with provisions for registering and signing in and also 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. Keep track of how many entries a user has made

Demonstration

Register :

Register

Sign In :

Sign in

Face Detection :

face detection

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-parallax-tilt, react-particles, 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-Detect-Website
  3. Run npm install
  4. Run npm start

Future Updates

  • Leaderboard
  • View Profile
  • Profile Icon
  • Settings Profile

And More ! There's always room for improvement!

Deployed Version (Feel free to visit) 👇

https://face-detect-a323.onrender.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