@regulaforensics/ionic-native-face-api-beta
v0.0.97
Published
Ionic Native wrapper for cordova face api
Downloads
180
Readme
Regula Face API (Ionic version)
Face API is a framework that is used for face matching, recognition and liveness detection.
Contents
How to build the demo application
- Download or the clone current repository using the command
git clone https://github.com/regulaforensics/ionic-native-face-api.git
. - Run the following commands within the root directory:
$ cd example
$ npm install
$ npx jetify
$ ionic cordova prepare
- Android:
- Run
ionic 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.
- iOS:
- Run
ionic 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.