face_recognition_engine 1.1.0 copy "face_recognition_engine: ^1.1.0" to clipboard
face_recognition_engine: ^1.1.0 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 Flutter:

 $ flutter pub add face_recognition_engine

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

dependencies:
  face_recognition_engine: ^1.1.0

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:face_recognition_engine/face_recognition_engine.dart';
4
likes
160
points
229
downloads

Documentation

API reference

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

MIT (license)

Dependencies

camera, flutter, google_mlkit_face_detection, image, path_provider, tflite_flutter

More

Packages that depend on face_recognition_engine