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');
For more details, refer to the OpenVINO™ JavaScript API Developer Documentation
Copyright © 2018-2024 Intel Corporation