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

Dog face and landmark detection using on-device TFLite models.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dog_detection

With Flutter:

 $ flutter pub add dog_detection

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

dependencies:
  dog_detection: ^0.0.1

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:dog_detection/dog_detection.dart';
1
likes
0
points
0
downloads

Publisher

verified publisherhugocornellier.com

Weekly Downloads

Dog face and landmark detection using on-device TFLite models.

License

unknown (license)

Dependencies

animal_detection, flutter, flutter_litert, http, meta, opencv_dart, path_provider

More

Packages that depend on dog_detection

Packages that implement dog_detection