openvino-node
v2024.5.0-0
Published
OpenVINO™ utils for using from Node.js environment
Downloads
1,937
Readme
OpenVINO™ Node.js Bindings
Use OpenVINO to deploy deep learning models easily in Node.js applications.
Introduction
OpenVINO™ is an open-source toolkit designed for high-performance deep learning inference. Node.js API provides bindings to subset APIs from OpenVINO Runtime. The Node.js bindings enable JavaScript developers to use the capabilities of OpenVINO in their applications.
Quick Start
Install the openvino-node package:
npm install openvino-node
Use the openvino-node package:
const { addon: ov } = require('openvino-node');
Refer to the complete description of the addon
API in the documentation.
See the samples for more details on how to use it.
Usage in Electron applications
To use the package in development of Electron applications on Windows, make sure that Desktop development with C++ component from Build Tools for Visual Studio is installed.
Supported Platforms
- Windows x86
- Linux x86/ARM
- MacOS x86/ARM
Documentation & Samples
Live Sample
You can run the following sample in the browser, no installation is required. Codesandbox is a free online service with limited resources. For optimal performance and more control, it is recommended to run the sample locally.
Build From Sources
For more details, refer to the OpenVINO™ JavaScript API Developer Documentation
Contributing
Contributions are always welcome! Read the Contribution Guide to learn how you can get involved.
See Also
Copyright © 2018-2024 Intel Corporation