kyc_engine 0.0.1 copy "kyc_engine: ^0.0.1" to clipboard
kyc_engine: ^0.0.1 copied to clipboard

PlatformAndroidiOS
unlisted

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 class
  • verifyFaces() - Compare two face images
  • areSimilar() - Quick boolean check
  • getSimilarityScore() - Get raw similarity score
  • FaceDetectionConfig - Flexible configuration system
  • VerificationResult - Detailed result object with metrics

Performance #

  • Model size: ~27.5MB
  • Inference time: 100-300ms
  • Accuracy: 97%+ on same-person verification
1
likes
140
points
15
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter library for face verification and KYC processes.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

firebase_core, firebase_ml_model_downloader, flutter, google_mlkit_face_detection, image, image_picker, path_provider, tflite_flutter

More

Packages that depend on kyc_engine