Install Intel® Distribution of OpenVINO™ Toolkit from npm Registry

Note

Note that the npm distribution:

  • offers the JavaScript API only

  • is dedicated to users of all major OSes: Windows, Linux, and macOS (all x86_64 / arm64 architectures)

  • macOS offers support only for CPU inference

  • Windows, Linux, macOS

  • x86, ARM (Windows ARM not supported)

Installing OpenVINO Node.js

  1. Make sure that you have installed Node.js and npm on your system.

  2. Navigate to your project directory and run the following command in the terminal:

    npm install openvino-node
    

Note

The openvino-node npm package runs in Node.js environment only and provides a subset of OpenVINO Runtime C++ API.

What’s Next?

Now that you’ve installed OpenVINO npm package, you’re ready to run your own machine learning applications! Explore OpenVINO Node.js API to learn more about how to integrate a model in Node.js applications.

Additional Resources