Use OpenVINO JavaScript API for your Node.js application.
Install the openvino-node package:
npm install openvino-node
Use the openvino-node package:
const { addon: ov } = require('openvino-node');
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.
For more details, refer to the OpenVINO™ JavaScript API Developer Documentation
You can run this 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.
Copyright © 2018-2024 Intel Corporation