1.1.0 • Published 2 years ago

face_authentication_lib v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Face Authentication

Returns face authentication result (True/False) given a picture and a video of user's face.

Installation

npm install face-authentication-lib

Getting Started

How to perform face authentication using this library:

  • Within nodejs script:
const faceAuth = require('face_authentication_lib');

# Call 'faceAuth' function to perform face authentication given an image and video of user's face
authentication_result = faceAuth(image_file, video_file)
  • As Command Line Tool:
face_auth api_key image_file video_file

Licence

This package in released under The MIT Licence