The web application's front-end was built with React.js and a Face Detection API from Clarifai. The front-end consists of user registration, login (sign-in), and home pages. Once the user is logged in, the user can submit image URLs and Clarifai's API will then send a response with the detected human face. Each photo submission increases the entry count number for the currently logged-in user.
- Clone this repo
- Run
npm install
- Run
npm start
Back-End GitHub.