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. π½π
Some of the standout features of the project are
- Users can register and login
- Guest login option
- Multiple faces detection functionality
- Keep track of how many entries a user has made.
- Profile Setting option.
- 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
- reactjs
- nodejs
- expressjs
- postgreSQL (for store user data)
- Clone this repo
- Change your directory :
cd face-detection-brain
- Run
npm install
- Run
npm start
- Enable PWA
- Leaderboard
- View Profile
- Settings Profile
And More ! There's always room for improvement!