tensorflutt 0.9.1 copy "tensorflutt: ^0.9.1" to clipboard
tensorflutt: ^0.9.1 copied to clipboard

TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps across mobile and desktop platforms.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tensorflutt

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

dependencies:
  tensorflutt: ^0.9.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:tensorflutt/main.dart';
import 'package:tensorflutt/tflite_flutter.dart';
13
likes
45
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps across mobile and desktop platforms.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

ffi, flutter, path, quiver

More

Packages that depend on tensorflutt

Packages that implement tensorflutt