Skip to content

Bringing the hardware accelerated deep learning inference to Node.js and Electron.js apps.

License

Notifications You must be signed in to change notification settings

owchen916/inference-engine-node

 
 

Repository files navigation

Inference Engine Binding for Node.js*

*Other names and brands may be claimed as the property of others.

Prerequisites

Instal Node.js.

Download OpenVINO and install it into the default path.

For Windows, install Visual Studio 2019.

For Linux, install build-essential package.

Verified configurations:

  • Node.js 12 LTS
  • OpenVINO 2020.1
  • Windows 10
  • Ubuntu Linux 16.04

Install

$ npm install

Note: For "Error: MSBuild is not set" on VS 2019, please set msbuild_path, e.g.

$ npm config set msbuild_path "c:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe"

Build

$ npm run build

Note: For debug build on Windows, open the solution in Visual Studio, change library path to "C:\Program Files (x86)\IntelSWTools\openvino\inference_engine\lib\intel64\Debug" and library name to "inference_engined.lib".

Test

Setup the system environment variables for OpenVINO on Windows and Linux.

$ npm test

Example

Setup system environment variables of OpenVINO as test.

API

API Doc

Development

Coding Style

About

Bringing the hardware accelerated deep learning inference to Node.js and Electron.js apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.8%
  • CSS 31.3%
  • C++ 22.6%
  • HTML 7.1%
  • Python 1.2%