Note, this package has been discontinued - no support or maintenance is planned.
A Dart interface to TensorFlow Lite (tflite) through Dart's foreign function interface (FFI). This library wraps the experimental tflite C API.
This package supports desktop use cases (Linux, OSX, Windows, etc).
Flutter developers should instead
consider using the Flutter plugin flutter_tflite
(among the issues using this package with Flutter, we locate the tflite dynamic library through
Isolate.resolvePackageUri
, which doesn't translate perfectly in the Flutter context (see
flutter/flutter#14815).