Skip to content

Latest commit

 

History

History

importing_onnxruntime-node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Importing ONNX Runtime Node.js binding

Summary

This example is a demonstration of how to import ONNX Runtime Node.js binding in your project.

Usage

Please use the following code snippet to import ONNX Runtime Node.js binding:

// Common.js import syntax
const ort = require('onnxruntime-node');