face_recognition_engine 1.0.2 copy "face_recognition_engine: ^1.0.2" to clipboard
face_recognition_engine: ^1.0.2 copied to clipboard

On-device face recognition for Flutter using MobileFaceNet embeddings and cosine matching, with multi-angle enrollment storage and anti-spoofing hooks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add face_recognition_engine

With Flutter:

 $ flutter pub add face_recognition_engine

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

dependencies:
  face_recognition_engine: ^1.0.2

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:face_recognition_engine/face_recognition_engine.dart';
5
likes
0
points
236
downloads

Publisher

unverified uploader

Weekly Downloads

On-device face recognition for Flutter using MobileFaceNet embeddings and cosine matching, with multi-angle enrollment storage and anti-spoofing hooks.

Repository (GitHub)
View/report issues

Topics

#face-recognition #biometrics #machine-learning #tflite #camera

License

unknown (license)

Dependencies

camera, flutter, google_mlkit_face_detection, image, path_provider, tflite_flutter

More

Packages that depend on face_recognition_engine