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.
- Clone this repo,
- Run npm install,
- Run npm start,
- Also, clone and run SmartBrain-backend-API-v5 to connect this app with its backend part.