This projects aims to compare four methods of detecting a face in the browser:
Face Detection Benchmark allows to check each of face detection method in single image test and web camera stream.
Note: Shape Detection API requires Chrome in at least 69 version. To enable experimental Shape Detection API you need to go to chrome://flags/#enable-experimental-web-platform-features and enable the flag.
yarn install(ornpm installif you use NPM)
Development
yarn dev:server- runs the serveryarn dev- runs the front-end server- Go to http://localhost:3000
Production
yarn start- runs server with front-end
yarn build