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

A simple and powerful Flutter package for on-device image classification using TensorFlow Lite models. Supports custom models, image resizing, and normalization.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ai_image_classifier

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

dependencies:
  ai_image_classifier: ^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:ai_image_classifier/ai_image_classifier.dart';
0
likes
160
points
127
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple and powerful Flutter package for on-device image classification using TensorFlow Lite models. Supports custom models, image resizing, and normalization.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

camera, flutter, image, image_picker, path_provider, tflite_flutter

More

Packages that depend on ai_image_classifier