mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
|
|
||
|---|---|---|
| .. | ||
| .vscode | ||
| examples | ||
| lib | ||
| script | ||
| src | ||
| test | ||
| .clang-format | ||
| .eslintrc.js | ||
| .gitignore | ||
| .npmignore | ||
| BUILD.md | ||
| CMakeLists.txt | ||
| package-lock.json | ||
| package.json | ||
| 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.