added references and links for the ncappzoo
authorNeal Smith <neal.p.smith@intel.com>
Tue, 24 Oct 2017 17:16:04 +0000 (10:16 -0700)
committerNeal Smith <neal.p.smith@intel.com>
Tue, 24 Oct 2017 17:16:04 +0000 (10:16 -0700)
README.md
docs/README.md
docs/TOC.md

index fb9d913b269e86b801d54bbe61a4b9e52bb5048d..b1d79d76ff8ac8f6dcab47047cd9f7f0f320d750 100644 (file)
--- 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/)
 
index 5aad8c5f45d6c7c5a78ae201c573ed55aad82c5c..0ab63ba0eeaba9e4fb9ee36ba8a5c490b40c4781 100644 (file)
@@ -87,5 +87,11 @@ git clone http://github.com/Movidius/ncsdk # Already done during installation
 
 ```
 
+<a name="AppZoo"></a>
+# 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)
index 56597e3c93d920e7219f95adf356fce034047468..555f1642f4c10a000ff5ae41d0b0ce526fa906fb 100644 (file)
@@ -25,3 +25,5 @@
 - <a href="{{ "index.html#UserForum" | absolute_url }}">Neural Compute User Forum </a>
 
 - <a href="{{ "index.html#Examples" | absolute_url }}">Examples </a>
+
+- <a href="{{ "index.html#AppZoo" | absolute_url }}">Neural Compute App Zoo </a>