ai_helper 0.0.1 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';