facevault 0.0.1
facevault: ^0.0.1 copied to clipboard
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 facevaultThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
facevault: ^0.0.1Alternatively, 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';