Skip to content

Commit 4834414

Browse files
authored
Update readme (#28)
* add demo gif * Update example readme.md * Update README.md
1 parent 8b62cf8 commit 4834414

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TensorFlow Lite Flutter Plugin
22

3-
TensorFlow Lite plugin provides a dart API for accessing TensorFlow Lite interpreter and performing inference. It binds to TensorFlow Lite C API using dart:ffi.
3+
TensorFlow Lite Flutter plugin provides a flexible and fast solution for accessing TensorFlow Lite interpreter and performing inference. The API is similar to the TFLite Java and Swift APIs. It directly binds to TFLite C API making it efficient (low-latency). Offers acceleration support using NNAPI, GPU delegates on Android, and Metal delegate on iOS.
4+
45

56
## (Important) Initial setup
67

example/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Text Classification Example
22

3+
Refer to [Medium Blog](https://medium.com/@am15hg/text-classification-using-tensorflow-lite-plugin-for-flutter-3b92f6655982) for detailed tutorial.
4+
35
### Overview
46

57
This basic Text Classification app demonstrates the usage of tflite_flutter_plugin.
68

7-
Model used: https://www.tensorflow.org/lite/models/text_classification/overview
9+
![DEMO GIF](demo.gif)

example/demo.gif

556 KB
Loading

0 commit comments

Comments
 (0)