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

AIHelper is a Flutter package for simplifying TensorFlow Lite model integration. It provides utilities to load TFLite models, manage labels, preprocess input data, and perform AI-based inference seam [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ai_helper

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

dependencies:
  ai_helper: ^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:ai_helper/ai_helper.dart';
0
likes
90
points
48
downloads

Publisher

unverified uploader

Weekly Downloads

AIHelper is a Flutter package for simplifying TensorFlow Lite model integration. It provides utilities to load TFLite models, manage labels, preprocess input data, and perform AI-based inference seamlessly in mobile applications.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image, image_picker, tflite_flutter, tflite_flutter_helper

More

Packages that depend on ai_helper