onnxruntime/samples/nodejs/01_basic-usage
2021-10-01 22:47:52 +00:00
..
index.js Merged PR 6524907: Fix merge conflicts from public ORT to WindowsAI ORT 2021-10-01 22:47:52 +00:00
model.onnx Doc Updates for Build (#3976) 2020-05-18 20:08:36 -07:00
package.json Doc Updates for Build (#3976) 2020-05-18 20:08:36 -07:00
README.md Doc Updates for Build (#3976) 2020-05-18 20:08:36 -07:00

01 Basic Usage

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

In this example, we load onnxruntime, create an inference session with a simple model, feed input and get output as result. All functions are called in their basic form.