Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 685 Bytes

File metadata and controls

35 lines (24 loc) · 685 Bytes

Blazeface Concentration Analysis by Detecting Facial Features on Web

sample

This repository contains simple concentration scoring algorithm && Blazeface Tensorflow2.0 implementation. (High score means lack of concentration)

  • web environment
  • real-time
  • face detection
  • facial feature(landmark) detection
  • concentration scoring

Blazeface Implementation

Please check out ./detect_model directory

Facial Landmark Detection

Used pretrained tfjs PFLD model

How To

yarn
yarn build
yarn start

Dependencies

npm v6.14.5
yarn v1.22.4
nodejs v14.5.0