offline_face_recognition 0.1.0 copy "offline_face_recognition: ^0.1.0" to clipboard
offline_face_recognition: ^0.1.0 copied to clipboard

Offline Flutter face detection, registration, embedding extraction, and recognition powered by TensorFlow Lite.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add offline_face_recognition

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 dart pub get):

dependencies:
  offline_face_recognition: ^0.1.0

Alternatively, your editor might support dart pub get or 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
0
points
128
downloads

Publisher

unverified uploader

Weekly Downloads

Offline Flutter face detection, registration, embedding extraction, and recognition powered by TensorFlow Lite.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on offline_face_recognition