🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis
Socket
Book a DemoInstallSign in
Socket

ngx-face-api-js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-face-api-js

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.

Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
49
8.89%
Maintainers
1
Weekly downloads
 
Created
Source

NgxFaceApiJs

Build Status codecov CodeFactor Maintainability BCH compliance FOSSA Status License: MIT npm version

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.

NPM

See

Background

Demo

Documantation

Usage

Detect All Faces

<img allFaces [src]="imageSrc" width="300px"/>

Detect faces

Detect Face With Expressions and Landmarks

<img singleFace [with]="['expressions', 'landmarks']" [src]="imageSrc" width="300px"/>

Detected Face With Expressions and Landmarks

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.

License

MIT

FOSSA Status

Keywords

angular

FAQs

Package last updated on 03 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts