Skip to content

mciastek/face-detection-benchmark

Repository files navigation

Face Detection Benchmark CircleCI

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.

Requirements

Usage

  • yarn install (or npm install if you use NPM)

Development

Production

  • yarn start - runs server with front-end

Build

  • yarn build