Using InspireFace in iOS
We provide C and C++ header files, which you can use by enabling C/C++ compiler features in Xcode.
How to Get the SDK
You can download the iOS SDK from the release page, which includes iOS InspireFace static library files and framework files;
You can also compile from source code using a macOS device:
bash command/build_ios.sh
The compilation results will be consistent with the iOS SDK downloaded from the release page.
2. Specifications
Requirements and Dependencies
- Framework type: Static library
- Minimum supported version: iOS 11.0
- Supported architecture: armv8 (ARM64)
- Simulator version not supported yet
- Dependencies:
- libc++.tbd
- UIKit.framework
- CoreML.framework
- Foundation.framework
- MNN.framework(2.8.1)
- SDK version: 10.2.3 (corresponding to open source version 1.2.3)
- Bitcode: Enabled
3. Integration Guide
- You need to add InspireFace.framework and MNN.framework to your project, and add the required dependency libraries;
Download the models you need. You can download the required models from the Github Release page and add them to your project;
You can refer to C/C++ usage examples for related usage.