To run this project on your local host:
- Start the repo
- Fork the repo
- Clone the repo
- Run
npm install
- Run
npm update
- Run
Start
face-recognization-brain is a React-based web application that detects faces within an image by giving the image URL in the input box.
In this project CLARIFAI
's face-detection model has been used through API to ensure detection of a face within an image.
Users can register and sign in and their pieces of information get stored in the Postgresql database.
this application securely stores user's information and uses encryption tools like bcrypt to securely facilitate Sign in and Registrations.