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

Cordova plugin for compairing faces using phone`s camera

Usage no npm install needed!

<script type="module">
  import regulaforensicsCordovaPluginFaceApiBeta from 'https://cdn.skypack.dev/@regulaforensics/cordova-plugin-face-api-beta';
</script>

README

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
$ 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.

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.