flutter_liveness 1.1.1 copy "flutter_liveness: ^1.1.1" to clipboard
flutter_liveness: ^1.1.1 copied to clipboard

On-device face liveness detection for Flutter using a MobileNetV2 model. Detect spoof attacks from photos and videos, no internet required.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_liveness

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

dependencies:
  flutter_liveness: ^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:flutter_liveness/flutter_liveness.dart';
9
likes
160
points
662
downloads

Publisher

verified publisherknottx.dev

Weekly Downloads

On-device face liveness detection for Flutter using a MobileNetV2 model. Detect spoof attacks from photos and videos, no internet required.

Repository (GitHub)
View/report issues

Topics

#liveness #detection #face #tflite

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

flutter, image, tflite_flutter

More

Packages that depend on flutter_liveness