New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@melon-technologies/get-face-status

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@melon-technologies/get-face-status

A face detection module that finds the best face and status

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

get-face-status

ci

A JavaScript module that takes a list of faces and returns the best one with its status.

Installation

MethodInstallImport
CDN (html)N/A<script src="https://cdn.jsdelivr.net/npm/@melon-technologies/get-face-status"</script>
CDN (module)N/Aimport "https://cdn.jsdelivr.net/npm/@melon-technologies/get-face-status";
npmnpm install @melon-technologies/get-face-statusimport * as saffe from "@melon-technologies/get-face-status";
source (bundle)npm install && npm run build:bundleimport "./dist/get_face_status.js";
source (library)npm install && npm run build:libraryimport * as saffe "./dist/index.js";

Usage

const { status, face } = saffe.getFaceStatus(faces, shape, options);

Examples

  • web (uses @tensorflow-models/face-detection)

  • react-native (uses expo-face-detector)

More Information

For more details, refer to the project wiki.

Keywords

face-detection

FAQs

Package last updated on 07 Aug 2024

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