From: 서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 Date: Wed, 2 May 2018 08:07:22 +0000 (+0900) Subject: Update README.md (#1000) X-Git-Tag: 0.1~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=540482d520d3f209008d7cbc0011e0591377dcbd;p=platform%2Fcore%2Fml%2Fnnfw.git 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 --- diff --git a/README.md b/README.md index 14eb5d6..f550261 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)