Install Intel® Distribution of OpenVINO™ Toolkit from npm Registry — OpenVINO™ documentation (original) (raw)
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
Before installing OpenVINO, see theSystem Requirements page.
Installing OpenVINO Node.js#
- Make sure that you have installed Node.js and npmon your system.
- 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#
- Intel® Distribution of OpenVINO™ toolkit home page: https://software.intel.com/en-us/openvino-toolkit