shaqian / flutter_tflite

Flutter plugin for TensorFlow Lite
https://pub.dartlang.org/packages/tflite
MIT License
632 stars 404 forks source link

Support for Text classification #96

Open Aulig opened 4 years ago

Aulig commented 4 years ago

Hey,

is there a way to run a text classification model? For example this: https://www.tensorflow.org/lite/models/text_classification/overview

Thanks in advance.

am15h commented 4 years ago

@Aulig, you can try the new tflite_flutter plugin.

You can also refer to this medium blog https://medium.com/@am15hg/text-classification-using-tensorflow-lite-plugin-for-flutter-3b92f6655982

Aulig commented 4 years ago

Oh cool, thanks for letting me know about that!