kyc_engine 0.0.1
kyc_engine: ^0.0.1 copied to clipboard
A Flutter library for face verification and KYC processes.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 - 2025-12-18 #
Added #
- Initial release of KYC Engine
- Face verification between two images
- ID card verification support
- Firebase ML integration for model distribution
- On-device TensorFlow Lite processing
- Multiple configuration presets (fast, accurate, strict, lenient)
- Comprehensive error handling
- Support for iOS 15.0+ and Android API 24+
Features #
KYCEngine- Main API classverifyFaces()- Compare two face imagesareSimilar()- Quick boolean checkgetSimilarityScore()- Get raw similarity scoreFaceDetectionConfig- Flexible configuration systemVerificationResult- Detailed result object with metrics
Performance #
- Model size: ~27.5MB
- Inference time: 100-300ms
- Accuracy: 97%+ on same-person verification