Update README.md
authorJonghyun Park <jh1302.park@samsung.com>
Mon, 26 Feb 2018 08:49:35 +0000 (17:49 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 26 Feb 2018 09:31:24 +0000 (18:31 +0900)
This commit updates README.md to provide basic usage of this repo.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
README.md

index abfaccd..6b610a8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1 +1,11 @@
-# nnfw
\ No newline at end of file
+# nnfw
+
+# How to use (simple) NNAPI Binding
+
+This repo provides a T/F Lite Model loader(named ``tflite_run``), and simple NNAPI binding.
+
+Let's type the following commands, and see what happens!
+```
+$ make install
+$ USE_NNAPI=1 LD_LIBRARY_PATH="$(pwd)/Product/out/lib" Product/out/bin/tflite_run [T/F Lite Flatbuffer Model Path]
+```