mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-28 03:20:58 +00:00
* add web * add script and test * fix lint * add test/data/ops * add test/data/node/ to gitignore * modify scripts * add onnxjs * fix tests * fix test-runner * fix sourcemap * fix onnxjs profiling * update test list * update README * resolve comments * set wasm as default backend * rename package * update copyright header * do not use class "Buffer" in browser context * revise readme
13 lines
452 B
Markdown
13 lines
452 B
Markdown
# ONNX Runtime JavaScript API
|
|
|
|
ONNX Runtime JavaScript API is a unified API for all JavaScript usages. It's dependency of the following NPM packages:
|
|
|
|
- onnxruntime-node
|
|
- onnxruntime-web
|
|
- onnxruntime-react-native
|
|
|
|
This package (onnxruntime-common) is not designed for using directly. Please consider to install one of the NPM packages above according to target platform.
|
|
|
|
## License
|
|
|
|
License information can be found [here](../../README.md#license).
|