Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.34 KB

OpenVINO™ Node.js Bindings Examples of Usage

Install

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

npm install

Note: Perform this step also before running notebooks.

Samples

  • hello_classification
  • hello_reshape_ssd
  • classification_sample_async
  • optical_character_recognition
  • vision_background_removal

Notebooks

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

  • ./notebooks
    • hello-world.nnb
    • hello-segmentation.nnb
    • hello-detection.nnb
    • question-answering.nnb
    • pose-estimation.nnb
    • optical-character-recognition.nnb
    • vision-background-removal.nnb

Live Sample

You can run this sample in the browser; no installation is required. Codesandbox is a free online service with limited resources. For optimal performance and more control, it is recommended to run the sample locally.

See Also