summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
author서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>2018-05-02 17:07:22 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2018-05-02 17:07:22 +0900
commit540482d520d3f209008d7cbc0011e0591377dcbd (patch)
treebc27079858c793f4b16f3691e49bc57e93cbed4b /README.md
parent3da48fe2f2060d1521f2b572feac8cb3f4a16faf (diff)
downloadnnfw-540482d520d3f209008d7cbc0011e0591377dcbd.tar.gz
nnfw-540482d520d3f209008d7cbc0011e0591377dcbd.tar.bz2
nnfw-540482d520d3f209008d7cbc0011e0591377dcbd.zip
Update README.md (#1000)
For issue #926 This commit updates README.md to better describe the project and repository information. Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14eb5d615..f55026107 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,18 @@
# nnfw
+A high-performance, on-device neural network inference framework
+
+## Goal
+This project _nnfw_ aims at providing a high-performance, on-device neural network (NN) inference
+framework that performs inference of a given NN model on processors, such as CPU, GPU, or NPU, in
+the target platform, such as Tizen and Smart Machine Platform (SMP).
+
+## Project Documents
+- [Roadmap](docs/roadmap.md)
+- [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)