Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.17 KB

README.md

File metadata and controls

22 lines (13 loc) · 1.17 KB

SmartBrain-App-v5

This SmartBrain App is a PERN stack application. It detects multiple faces. This app returns the image contains human faces and coordinate locations of where the faces appear with bounding boxes. After registration, a user can input the link of any photo contains human faces and this SmartBrain app will detect those faces. After every entry, SmartBrain will share the entry count either.

To run this project:

  1. Clone this repo,
  2. Run npm install,
  3. Run npm start,
  4. Also, clone and run SmartBrain-backend-API-v5 to connect this app with its backend part.

Screenshots of this App:

multipleFace4

Screenshot of Front or SignIn Page:

screencapture-localhost-3000-2019-04-30-01_55_25

Screenshot of Registration Page:

screencapture-localhost-3000-2019-04-30-01_55_06