Face-api.js

video or image using face-api.js + Angular

ng new project_name

npm install --save face-api.js

npm install --save @tensorflow/tfjs-core

ng g c webcam --skipTests=true

sample:

refer to: How to use face-api.js for face detection in video or image using Angular

Last updated