Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.48 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.48 KB

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