The FaceSDK Catalog is an example app for FaceSDK iOS. This project contains various code examples of how to customize and setup FaceSDK for your usecases.
FaceSDK is a framework that is used for face matching, recognition, and liveness detection.
- Download or clone the repository using the command;
git clone https://github.com/regulaforensics/FaceSDK-iOS.git
- Install Pods;
pod install
- Open the
BasicSample.xcworkspace
and runBasicSample
target.
Take a look at our Documentation for the API.
If you have any technical questions, feel free to contact us or create issues here.