Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
Yuki Yamazaki edited this page May 3, 2019 · 3 revisions

Angular directives for face detection and face recognition in the browser. It is a wrapper for face-api.js, so it is not dependent on the browser implementation.

Demo

Documantation

Installation

By ng-add Schematics

$ ng add ngx-face-api-js
...
UPDATE package.json (1457 bytes)
UPDATE src/styles.css (126 bytes)
UPDATE src/app/app.module.ts (497 bytes)

By Manual

See Wiki.

Clone this wiki locally