mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description The Node JS Samples included in the repository have outdated package references that are broken, which are fixed in this PR. ### Motivation and Context The samples included in this repository should just work, but sadly do not. The reason is that they are using very outdated references for the npm modules. This fix updates the dependencies to the current onnxruntime-node, which fixes the samples. Also adds a small update to the .gitignore to exclude the node_modules directories in the samples directory, which keeps the local repo changelist cleaner. |
||
|---|---|---|
| .. | ||
| index.js | ||
| model.onnx | ||
| package.json | ||
| README.md | ||
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.