Install Intel® Distribution of OpenVINO™ Toolkit from npm Registry — OpenVINO™ documentation (original) (raw)

Note

Note that the npm distribution:

Before installing OpenVINO, see theSystem Requirements page.

Installing OpenVINO Node.js#

  1. Make sure that you have installed Node.js and npmon your system.
  2. Navigate to your project directory and run the following command in the terminal:
    npm install openvino-node

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 APIto learn more about how to integrate a model in Node.js applications.

Additional Resources#