From: Neal Smith Date: Tue, 24 Oct 2017 17:16:04 +0000 (-0700) Subject: added references and links for the ncappzoo X-Git-Tag: submit/tizen/20191125.074511~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=870be9f7d09584b7f75a8738a4b44f56b12f6ccc;p=platform%2Fadaptation%2Fnpu%2Fintel-libmvnc.git added references and links for the ncappzoo --- diff --git a/README.md b/README.md index fb9d913..b1d79d7 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Also included in the SDK are examples. After cloning and running 'make install' make examples ``` +For additional examples please see the Neural Compute App Zoo here: [http://www.github.com/movidius/ncappzoo](http://www.github.com/movidius/ncappzoo). The ncappzoo is a valuable resource for NCS users that includes community developed applications and neural networks for the NCS. + # Documentation The complete Neural Compute SDK documentation can be viewed at [https://movidius.github.io/ncsdk/](https://movidius.github.io/ncsdk/) diff --git a/docs/README.md b/docs/README.md index 5aad8c5..0ab63ba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -87,5 +87,11 @@ git clone http://github.com/Movidius/ncsdk # Already done during installation ``` + +# Neural Compute App Zoo +The Neural Compute App Zoo is a github repository at [http://github.com/Movidius/ncappzoo](http://github.com/Movidius/ncappzoo) which is designed for developers to contribute networks and applications written for the Neural Compute Stick to the NCS community. + +See [The Neural Compute App Zoo README](https://github.com/Movidius/ncappzoo/blob/master/README.md) for more information. + [Release Notes](release_notes.md) diff --git a/docs/TOC.md b/docs/TOC.md index 56597e3..555f164 100644 --- a/docs/TOC.md +++ b/docs/TOC.md @@ -25,3 +25,5 @@ - Neural Compute User Forum - Examples + +- Neural Compute App Zoo