https://github.com/regulaforensics/xamarin-facesdk
https://github.com/regulaforensics/xamarin-facesdk
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/regulaforensics/xamarin-facesdk
- Owner: regulaforensics
- Created: 2021-07-29T18:36:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-24T13:06:17.000Z (11 months ago)
- Last Synced: 2025-07-24T14:38:35.754Z (11 months ago)
- Language: C#
- Size: 834 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Regula Face SDK (.NET MAUI version)
Face SDK is a framework that is used for face matching, recognition, and liveness detection.
## How to build the demo application
1. Download or clone this repository using the command `git clone https://github.com/regulaforensics/Xamarin-FaceSDK.git`.
2. Open the project and run it.
## How to use offline match
1. Place a license that supports offline match at `Resources/Raw/regula.license`.
2. Change core in `FaceSample.csproj`:
Replace `Xamarin.FaceCore.Basic.iOS` with `Xamarin.FaceCore.Match.iOS`.
Replace `Xamarin.FaceCore.Basic.Droid` with `Xamarin.FaceCore.Match.Droid`.
Adjust versions of changed packages if needed, beware that versions of basic and match cores may be different. You can always check them at [nuget.org](https://www.nuget.org/packages).
3. Turn off the internet and run the app.
## Documentation
You can find documentation on API [here](https://docs.regulaforensics.com/develop/face-sdk/mobile/).
## Additional information
If you have any technical questions, feel free to [contact](mailto:support@regulaforensics.com) us or create issues [here](https://github.com/regulaforensics/Xamarin-FaceSDK/issues).