OpenVINO™ Node.js Bindings#

Use OpenVINO JavaScript API for your Node.js application.

Usage#

  1. Install the openvino-node package:

    npm install openvino-node
    
  2. Use the openvino-node package:

    const { addon: ov } = require('openvino-node');
    

Build From Sources#

For more details, refer to the OpenVINO™ JavaScript API Developer Documentation

API Development#

OpenVINO 2024.4 has introduced the following methods:

Additional Resources#