openvino/samples/js/node
Sebastian Golebiewski 1261e98ff8
[DOCS] New notebooks update for master (#24134)
Updating interactive tutorials and documentation. Applying new naming
convention for notebooks.
2024-04-29 13:29:29 +04:00
..
classification_sample_async [DOCS][OV JS] Update JS API readme (#23138) 2024-02-29 16:36:52 +00:00
hello_classification [DOCS][OV JS] Update JS API readme (#23138) 2024-02-29 16:36:52 +00:00
hello_reshape_ssd [DOCS][OV JS] Update JS API readme (#23138) 2024-02-29 16:36:52 +00:00
notebooks [DOCS] New notebooks update for master (#24134) 2024-04-29 13:29:29 +04:00
.eslintrc.js [JS OV] Node.js API (#19848) 2023-12-20 00:19:34 +00:00
.gitignore [JS OV] Node.js API (#19848) 2023-12-20 00:19:34 +00:00
README.md [DOCS][OV JS] Update JS API readme (#23138) 2024-02-29 16:36:52 +00:00
helpers.js [JS OV] Node.js API (#19848) 2023-12-20 00:19:34 +00:00
package-lock.json [OV JS] Fix package.json files (#23304) 2024-03-14 11:21:00 +00:00
package.json [OV JS] Fix package.json files (#23304) 2024-03-14 11:21:00 +00:00

README.md

OpenVINO™ Node.js Bindings Examples of Usage

Install

To run samples, install dependencies first. In current directory run:

npm install

Note: Perform these steps also before running notebooks.

Samples

  • hello_classification
  • hello_reshape_ssd
  • classification_sample_async

Notebooks

Use Node.js Notebooks (REPL) VSCode extension to run these notebook samples

  • ./notebooks
    • 001-hello-world.nnb
    • 003-hello-segmentation.nnb
    • 004-hello-detection.nnb
    • 213-question-answering.nnb

See Also