This SmartBrain App is a ‘Face Detection’ app that returns the image contains human face and coordinate locations of where the face appears with a bounding box. After registration, a user can input the link of any human and this SmartBrain will detect the face. After every entry, SmartBrain will share the entry count either.
- Clone this repo,
- Run npm install,
- Run npm start,
- Also, clone and run SmartBrain-backend-API-v4 to connect this app with its backend part.