@regulaforensics/cordova-plugin-face-api

7.1.625 • Public • Published

Deprecated

This plugin is deprecated and 7.1 is the last release. We kindly recommend migrating to our new plugin @regulaforensics/face-sdk:

Regula Face API (Cordova version)

Face API is a framework that is used for face matching, recognition and liveness detection.

Contents

How to build the demo application

  1. Download or the clone current repository using the command git clone https://github.com/regulaforensics/cordova-plugin-face-api.git.
  2. Run the following commands within the root directory:
$ cd example
$ npm install
$ npx jetify
$ cordova prepare
  1. Android:
  • Run cordova run android inside example folder - this is just one way to run the app. You can also run it directly from within Android Studio.
  1. iOS:
  • Run cordova run ios inside example folder - this is just one way to run the app. You can also run it directly from within Xcode.

How to use offline match

  1. Place a license that supports offline match at www/regula.license.
  2. Change android-packageName and ios-CFBundleIdentifier in config.xml if required by your license.
  3. Run the following commands:
cordova plugin remove cordova-plugin-face-core
cordova plugin add @regulaforensics/cordova-plugin-face-core-match
cordova prepare
  1. Turn off the internet and run the app.

Documentation

You can find documentation on API here.

Additional information

If you have any technical questions, feel free to contact us or create issues here.

/@regulaforensics/cordova-plugin-face-api/

    Package Sidebar

    Install

    npm i @regulaforensics/cordova-plugin-face-api

    Weekly Downloads

    387

    Version

    7.1.625

    License

    commercial

    Unpacked Size

    251 kB

    Total Files

    24

    Last publish

    Collaborators

    • regula
    • ikliashchou