mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
22 lines
816 B
Markdown
22 lines
816 B
Markdown
|
|
---
|
||
|
|
title: JavaScript
|
||
|
|
parent: Get Started
|
||
|
|
has_children: true
|
||
|
|
toc: false
|
||
|
|
nav_order: 6
|
||
|
|
---
|
||
|
|
|
||
|
|
# Get started with ORT for JavaScript
|
||
|
|
{: .no_toc }
|
||
|
|
|
||
|
|
ONNX Runtime JavaScript API is the unified interface used by [ONNX Runtime Node.js binding](https://github.com/microsoft/onnxruntime/tree/main/js/node), [ONNX Runtime Web](https://github.com/microsoft/onnxruntime/tree/main/js/web), and [ONNX Runtime for React Native](https://github.com/microsoft/onnxruntime/tree/main/js/react_native).
|
||
|
|
|
||
|
|
See [how to choose the right package](../../tutorials/web/build-web-app#options-for-deployment-target) for your JavaScript application.
|
||
|
|
|
||
|
|
## Contents
|
||
|
|
{: .no_toc }
|
||
|
|
|
||
|
|
* Get Started with [ONNX Runtime Web](web.md)
|
||
|
|
* Get Started with [ONNX Runtime Node.js binding](node.md)
|
||
|
|
* Get Started with [ONNX Runtime for React Native](react-native.md)
|