rcjetpilot / ncsdk

Software Development Kit for the Neural Compute Stick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movidius™ Neural Compute Software Development Kit

This SDK is provided for users of the Movidius™ Neural Compute Stick (NCS). It provides software tools, an API, and examples which enable developers to create software that takes advantage of the hardware the accelerated neural network capability provided by the NCS.

Installation

The provided Makefile helps with installation. Clone this repository and then run the following command to install the SDK.

make install

Examples

Also included in the SDK are examples. After cloning and running 'make install' run the following command to install examples.

make examples

Documentation

The complete Neural Compute SDK documentation can be viewed at https://movidius.github.io/ncsdk/

About

Software Development Kit for the Neural Compute Stick

License:Other


Languages

Language:C 74.3%Language:Python 14.8%Language:Shell 6.0%Language:Makefile 4.9%