Skip to content

Commit

Permalink
Add nodejs samples README (microsoft#5005)
Browse files Browse the repository at this point in the history
  • Loading branch information
natke committed Sep 3, 2020
1 parent 4b9b5b6 commit d7502ef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 1 addition & 15 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,7 @@ For a list of available dockerfiles and published images to help with getting st

## Node.js

### Samples
In each sample's implementation subdirectory, run
```
npm install
node ./
```
* [Basic Usage](./nodejs/01_basic-usage/) - a demonstration of basic usage of ONNX Runtime Node.js binding.

* [Create Tensor](./nodejs/02_create-tensor/) - a demonstration of basic usage of creating tensors.
<!--
* [Create Tensor (Advanced)](./nodejs/03_create-tensor-advanced/) - a demonstration of advanced usage of creating tensors.
-->

* [Create InferenceSession](./nodejs/04_create-inference-session/) - shows how to create `InferenceSession` in different ways.

* [Inference with Nodejs](./nodejs)

---

Expand Down
14 changes: 14 additions & 0 deletions samples/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# ONNX Runtime nodejs samples

In each sample's implementation subdirectory, run

```bash
npm install
node ./
```

* [Basic Usage](01_basic-usage) - a demonstration of basic usage of ONNX Runtime Node.js binding.

* [Create Tensor](02_create-tensor) - a demonstration of basic usage of creating tensors.

* [Create InferenceSession](04_create-inference-session) - shows how to create InferenceSession in different ways.

0 comments on commit d7502ef

Please sign in to comment.