onnxruntime/nodejs
Yulong Wang 65bfece19d
[Node.js API] optimize prebuild (#3844)
* optimize prebuild

* fix base folder for prepack

* bump dev version
2020-05-06 15:48:13 -07:00
..
.vscode
examples
lib [Node.js API] optimize prebuild (#3844) 2020-05-06 15:48:13 -07:00
script [Node.js API] optimize prebuild (#3844) 2020-05-06 15:48:13 -07:00
src
test
.clang-format
.eslintrc.js
.gitignore
.npmignore
BUILD.md
CMakeLists.txt [Node.js API] optimize prebuild (#3844) 2020-05-06 15:48:13 -07:00
package-lock.json [Node.js API] optimize prebuild (#3844) 2020-05-06 15:48:13 -07:00
package.json [Node.js API] optimize prebuild (#3844) 2020-05-06 15:48:13 -07:00
README.md
tsconfig.json

ONNX Runtime Node.js API

This directory contains the Node.js binding for the ONNX runtime.

Installation

Install the latest stable version:

npm install onnxruntime

Install the latest dev version:

npm install onnxruntime@dev

Get Started

Refer to examples for usage and instructions.

Supported Platforms

  • Windows x64 CPU NAPI_v3
  • Linux x64 CPU NAPI_v3
  • MacOS x64 CPU NAPI_v3

Building

Refer to BUILD for instructions to build ONNX Runtime Node.js binding.

License

MIT License