summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>2018-05-02 17:19:46 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2018-05-02 17:19:46 +0900
commit3d7b67cb37d0a4b353b7aa9b5364c57fbfa8dfd9 (patch)
tree7885b2c050b1c28e5b8663d91a11e64192353f27 /README.md
parent7e202c2e040a52c44500ac6e474520fe9809637a (diff)
downloadnnfw-3d7b67cb37d0a4b353b7aa9b5364c57fbfa8dfd9.tar.gz
nnfw-3d7b67cb37d0a4b353b7aa9b5364c57fbfa8dfd9.tar.bz2
nnfw-3d7b67cb37d0a4b353b7aa9b5364c57fbfa8dfd9.zip
List up how-to documents in a separate document (#1003)
For #926 This commit puts together how-to documents in docs/howto and lists them up in docs/howto.md. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md36
1 files changed, 3 insertions, 33 deletions
diff --git a/README.md b/README.md
index f55026107..00eea27b4 100644
--- a/README.md
+++ b/README.md
@@ -12,36 +12,6 @@ the target platform, such as Tizen and Smart Machine Platform (SMP).
- [SW Requirement Specification](docs/project/2018_requirement_specification.md)
- [SW High Level Design](docs/project/2018_high_level_design.md)
-
-# Getting started
-
-[How to contribute to nnfw](docs/HowToContribute.md)
-
-# 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/obj/tools/nnapi_bindings/bindings/logging" Product/out/bin/tflite_run [T/F Lite Flatbuffer Model Path]
-```
-
-# How to get pre-built T/F Lite models?
-Google provides several pre-built T/F Lite models. Please check [this article](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/lite/g3doc/models.md)
-
-# Build How-to
-
-[Cross building for ARM](docs/CrossBuildForArm.md)
-
-[Cross building for AARCH64](docs/CrossBuildForAarch64.md)
-
-[Build using prebuilt docker image](docs/HowToUseDockerImage.md)
-
-# Other how-to documents
-
-[Building TensorFlow and TOCO from source](docs/BuildTFfromSource.md)
-
-[How to setup XU3 with Ubuntu 16.04](docs/device/xu3_ubuntu.md)
-
-[How to setup XU4 with Ubuntu 16.04](docs/device/xu4_ubuntu.md)
+## Getting started
+- For the contribution, please refer to our [contribution guide](docs/HowToContribute.md).
+- You can also find how-to documents [HERE](docs/howto.md).