openvino/samples/js/node/README.md

813 B

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