offline_face_recognition 0.1.1+1 copy "offline_face_recognition: ^0.1.1+1" to clipboard
offline_face_recognition: ^0.1.1+1 copied to clipboard

Offline face recognition for Flutter using Google ML Kit for face detection and TensorFlow Lite for embedding extraction and matching.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add offline_face_recognition

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  offline_face_recognition: ^0.1.1+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:offline_face_recognition/offline_face_recognition.dart';
12
likes
135
points
127
downloads
screenshot

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Offline face recognition for Flutter using Google ML Kit for face detection and TensorFlow Lite for embedding extraction and matching.

Repository (GitHub)
View/report issues

Topics

#face-recognition #face-detection #tensorflow-lite #biometric-authentication #machine-learning

License

MIT (license)

Dependencies

camera, flutter, google_mlkit_face_detection, image, path, path_provider, sqflite, tflite_flutter

More

Packages that depend on offline_face_recognition