tflite 1.0.1 copy "tflite: ^1.0.1" to clipboard
tflite: ^1.0.1 copied to clipboard

outdated

A Flutter plugin for accessing TensorFlow Lite. Supports both iOS and Android.

1.0.1 #

  • Add detectObjectOnBinary
  • Add runModelOnFrame
  • Add detectObjectOnFrame

1.0.0 #

  • Support Object Detection with SSD MobileNet and Tiny Yolov2.
  • Updated to TensorFlow Lite API v1.12.0.
  • No longer accepts parameter inputSize and numChannels. They will be retrieved from input tensor.
  • numThreads is moved to Tflite.loadModel.

0.0.5 #

  • Support byte list: runModelOnBinary

0.0.4 #

  • Support Swift based project

0.0.3 #

  • Pass error message in channel in Android.
  • Use non hard coded label size in iOS.

0.0.2 #

  • Fixed link.

0.0.1 #

  • Initial release.
538
likes
0
pub points
97%
popularity

Publisher

unverified uploader

A Flutter plugin for accessing TensorFlow Lite. Supports both iOS and Android.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on tflite