FaceSDK - Android

Face Recognition Android SDK

Our SDK is fully on-device, processing all happens on your device and no data leaves your device.

Overview

We provide system integrators with fast, flexible and extremely precise facial recognition with 3D passive face liveness detection (face anti-spoofing) that can be deployed across a number of scenarios, including security, access control, public safety, fintech, smart retail and home protection. Feel free to use our MiniAiLive Face Recognition Android SDK.

Key Features

  • Face Detection : Advanced face detection

  • Face Liveness Detection : Provides liveness score to determine whether a face is real or fake

  • Pose Estimation : Ensure that face is not standard frontal position and properly aligned within the expected boundaries

  • Face Landmark Detection

  • 1 : 1, 1 : N Face Matching

  • Age, Gender Estimation

  • Fully offline, On-Premise SDK

How to build

Prerequisites

  • Android 5.0 (API level 21) OS or newer

  • RAM 256 MB or more

  • Android Studio 4.0 IDE or later

Download SDK

We provide Android demo project with our Face Recognition Android SDK. You can just download it from our Github repository and build it.

git clone https://github.com/MiniAiLive/FaceRecognition-Android.git

Note: Current demo application ID is "com.miniai.facerecognition". If you want to use your own application ID with our SDK, then you need to provide your application ID to us, then we will provide you trial license for your app ID.

If you need to use our SDK on your existing application, please add dependency to your build.gradle

implementation files('libs/miniai_face.aar')

You can download our MiniAiLive android lib file here : miniai_face.aar

Initializing SDK

To begin, you need to activate the SDK using the license that you have received.

val ret = FaceSDK.getInstance().init(assets)
        if(ret != FaceSDK.SDK_SUCCESS) {
            Log.i("SYSTEM Log : ", ret.toString())
        }

If activation is successful, the return value will be SDK_SUCCESS. Otherwise, an error value will be returned. If all good, you can build and run app successfully.

Get it on Google Play

Youtube - Demo Video

Face & IDSDK Online Demo, Resources

Our Products

NoProjectFeature

1

1:N Face Matching, 3D Face Passive LivenessDetection

2

1:N Face Matching, 3D Face Passive LivenessDetection

3

2D & 3D Face Passive LivenessDetection

4

2D & 3D Face Passive LivenessDetection

5

2D & 3D Face Passive LivenessDetection

6

1:1 Face Matching

7

1:1 Face Matching

8

Face Attributes, Age & Gender Estimation

9

IDCard, Passport, Driver License, Credit, MRZ Recognition

10

IDCard, Passport, Driver License, Credit, MRZ Recognition

11

IDCard, Passport, Driver License, Credit, MRZ Recognition

12

ID Document LivenessDetection

13

ID Document LivenessDetection

Request license

Feel free to Contact US to get a trial License. We are 24/7 online on WhatsApp: +19162702374.

Last updated