Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
/ tflite_native Public archive

A Dart interface to TensorFlow Lite (tflite) through dart:ffi

License

Notifications You must be signed in to change notification settings

dart-archive/tflite_native

Repository files navigation

Build Status

Status

Note, this package has been discontinued - no support or maintenance is planned.

What is it?

A Dart interface to TensorFlow Lite (tflite) through Dart's foreign function interface (FFI). This library wraps the experimental tflite C API.

What Dart platforms does this package support?

This package supports desktop use cases (Linux, OSX, Windows, etc).

What if I want TensorFlow Lite support for Flutter apps?

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).