openvino/docs/sphinx_setup/api/nodejs_api/nodejs_api.rst

46 lines
1.4 KiB
ReStructuredText

OpenVINO™ Node.js Bindings
==========================
.. meta::
:description: Explore Node.js API and implementation of its features in Intel®
Distribution of OpenVINO™ Toolkit.
.. toctree::
:maxdepth: 3
:hidden:
addon <./addon>
Use OpenVINO JavaScript API for your Node.js application.
Usage
#####################
1. Install the **openvino-node** package:
.. code-block::
npm install openvino-node
2. Use the **openvino-node** package:
.. code-block::
const { addon: ov } = require('openvino-node');
Build From Sources
#####################
For more details, refer to the
`OpenVINO™ JavaScript API Developer Documentation
<https://github.com/openvinotoolkit/openvino/blob/releases/2024/0/src/bindings/js/docs/README.md#openvino-node-package-developer-documentation>`__
Additional Resources
#####################
- `OpenVINO™ Node.js Bindings Examples of Usage <https://github.com/openvinotoolkit/openvino/blob/releases/2024/0/samples/js/node/README.md>`__
- `OpenVINO™ Core Components <https://github.com/openvinotoolkit/openvino/blob/releases/2024/0/src/README.md>`__
- `OpenVINO™ Python API <https://github.com/openvinotoolkit/openvino/blob/releases/2024/0/src/bindings/python/README.md>`__
- `OpenVINO™ Other Bindings <https://github.com/openvinotoolkit/openvino/blob/releases/2024/0/src/bindings/README.md>`__