reusable_ml_detector 1.0.0 copy "reusable_ml_detector: ^1.0.0" to clipboard
reusable_ml_detector: ^1.0.0 copied to clipboard

A reusable ML image detection widget for Flutter using Google ML Kit. Create multi-domain detectors (pets, plants, food, recycling) with simple configuration.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add reusable_ml_detector

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

dependencies:
  reusable_ml_detector: ^1.0.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:reusable_ml_detector/reusable_ml_detector.dart';
1
likes
140
points
255
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A reusable ML image detection widget for Flutter using Google ML Kit. Create multi-domain detectors (pets, plants, food, recycling) with simple configuration.

Repository (GitHub)

Topics

#machine-learning #ml-kit #image-detection #widget #reusable-components

License

MIT (license)

Dependencies

flutter, flutter_animate, google_mlkit_image_labeling, image_picker, permission_handler

More

Packages that depend on reusable_ml_detector