A web application that detects faces in submitted images using Clarifai API. Features user registration, sign-in functionality, and tracks the number of image submissions per user.
- Clone this repo
- Run
npm install - Run
npm start - You must add your own API key in the
src/App.jsfile to connect to Clarifai API
You can grab Clarifai API key here
- React.js
- Node.js
- Express.js
- PostgreSQL
- Clarifai API
- bcrypt
- Face Detection
- User Authentication
- Responsive Design
- Secure Password Handling
- Entry Count Tracking
Note: Make sure you use Node version 14+ and PostgreSQL version 10+