Skip to content

Commit

Permalink
[*][DOC]: Update the main README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dailystudio authored Jul 28, 2020
1 parent a0efc38 commit a32b86a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# TensorFlow Lite Android Examples
# TensorFlow Lite Examples - Android

This repository refactors and rewrites all the TensorFlow Lite examples included in TensorFlow official website. For more details, please refer to:
This repository refactors and rewrites all the TensorFlow Lite examples included in the TensorFlow official website. For more details, please refer to:

https://www.tensorflow.org/lite/examples

The target of this repository is to provide you a much simpler way to use TensorFlow Lite on Android. It helps you easily understand how does a captured Bitmap, a small buffer of raw audio data, or a piece of text convert run in inference and how to represent those results on the user interface.

The first step of this repository is almost accomplished. I have cleaned up the source codes from the official examples and simply refactor them to remove duplicated and low-performance parts. The next step is to refactor the code deeply, extract more reusable parts, and create a support library.

0 comments on commit a32b86a

Please sign in to comment.