facevault 0.0.1 copy "facevault: ^0.0.1" to clipboard
facevault: ^0.0.1 copied to clipboard

PlatformAndroid

On-device facial recognition for Flutter on Android: enroll people from photos, search by one or many photos, find all faces in a group photo, and match against a target list. Embeddings are stored in [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add facevault

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

dependencies:
  facevault: ^0.0.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:facevault/facevault.dart';
2
likes
150
points
106
downloads

Documentation

API reference

Publisher

verified publisherarpitjai.com

Weekly Downloads

On-device facial recognition for Flutter on Android: enroll people from photos, search by one or many photos, find all faces in a group photo, and match against a target list. Embeddings are stored in an encrypted database. No internet.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on facevault

Packages that implement facevault