onnxruntime/nodejs/examples
Prasanth Pulavarthi 84c108a85e
link to folder instead of READMEs inside folder (#3938)
otherwise hard to find the source code
2020-05-14 07:35:23 -07:00
..
01_basic-usage Node.js binding for ONNX Runtime (#3613) 2020-05-05 11:45:12 -07:00
02_create-tensor Node.js binding for ONNX Runtime (#3613) 2020-05-05 11:45:12 -07:00
04_create-inference-session Node.js binding for ONNX Runtime (#3613) 2020-05-05 11:45:12 -07:00
.gitignore Node.js binding for ONNX Runtime (#3613) 2020-05-05 11:45:12 -07:00
README.md link to folder instead of READMEs inside folder (#3938) 2020-05-14 07:35:23 -07:00

Examples

This folder contains several examples that demonstrate how to use onnxruntime Node.js binding.

Examples List

01 Basic Usage

This example is a demonstration of basic usage of ONNX Runtime Node.js binding.

02 Create Tensor

This example is a demonstration of basic usage of creating tensors.

04 Create InferenceSession

Usage

In each example's implementation subdirectory, run

npm install
node ./