Update README.md (#1000)
author서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Wed, 2 May 2018 08:07:22 +0000 (17:07 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 2 May 2018 08:07:22 +0000 (17:07 +0900)
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>
README.md

index 14eb5d6..f550261 100644 (file)
--- 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)