forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Adding npm distribution to install guides (openvinotoolkit#23164)
Adding npm distribution of OpenVINO™ Toolkit do install guides. --------- Co-authored-by: Vishniakov Nikolai <[email protected]>
- Loading branch information
1 parent
06a669e
commit dfff4e8
Showing
5 changed files
with
73 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
docs/articles_en/get-started/install-openvino-overview/install-openvino-npm.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
.. {#openvino_docs_install_guides_installing_openvino_npm} | ||
Install Intel® Distribution of OpenVINO™ Toolkit from npm Registry | ||
================================================================== | ||
|
||
.. meta:: | ||
:description: Learn how to install OpenVINO™ Runtime on Windows, Linux, and | ||
macOS operating systems, using the 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 | ||
|
||
.. tab-set:: | ||
|
||
.. tab-item:: System Requirements | ||
:sync: system-requirements | ||
|
||
- Windows, Linux, macOS | ||
- x86, ARM (Windows ARM not supported) | ||
|
||
.. tab-item:: Software Requirements | ||
:sync: software-requirements | ||
|
||
`Node.js version 20.5.1 and higher <https://nodejs.org/en/download/>`__ | ||
|
||
|
||
Installing OpenVINO Node.js | ||
########################### | ||
|
||
1. Make sure that you have installed `Node.js and npm <https://nodejs.org/en/download>`__ | ||
on your system. | ||
2. Navigate to your project directory and run the following command in the terminal: | ||
|
||
.. code-block:: sh | ||
npm install openvino-node | ||
.. note:: | ||
|
||
The *openvino-node* npm package runs in Node.js environment only and provides | ||
a subset of :doc:`OpenVINO Runtime C++ API <../../api/c_cpp_api/group__ov__cpp__api>`. | ||
|
||
What's Next? | ||
#################### | ||
|
||
Now that you’ve installed OpenVINO npm package, you’re ready to run your own machine | ||
learning applications! Explore :doc:`OpenVINO Node.js API <../../api/nodejs_api/nodejs_api>` | ||
to 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 | ||
- For IoT Libraries & Code Samples, see `Intel® IoT Developer Kit <https://github.com/intel-iot-devkit>`__. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters