mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-15 18:23:41 +00:00
### Description Updated docs section with information on installation and building. Live previews of modified pages: * [Installation table](https://carzh.github.io/onnxruntime/getting-started) -- under the Optimize Training tab * [Build for training](https://carzh.github.io/onnxruntime/docs/build/training.html) * [Getting started with web](https://carzh.github.io/onnxruntime/docs/get-started/with-web.html) -- added link to E2E demo code * [Install for on-device training](https://carzh.github.io/onnxruntime/docs/install/#install-for-on-device-training) * [Tutorials page for On-device training](https://carzh.github.io/onnxruntime/docs/tutorials/on-device-training/) -- this page looks a little odd with just the link to the E2E demo. potential alternative of creating a separate page that links to the demo + mentions that a tutorial will be coming soon? ### Motivation and Context - Updating docs with information about ORT Training for Web for 1.17 release
21 lines
765 B
Markdown
21 lines
765 B
Markdown
---
|
|
title: Web
|
|
description: ONNX Runtime for web-based deployments and considerations and options for building a web application with ONNX Runtime
|
|
has_toc: false
|
|
nav_order: 11
|
|
parent: Get Started
|
|
redirect_from: /docs/reference/build-web-app
|
|
|
|
---
|
|
|
|
# Get started with ONNX Runtime Web
|
|
ORT Web can be used in your web applications for model inferencing.
|
|
|
|
{: .no_toc}
|
|
|
|
## Reference
|
|
* [Install ONNX Runtime Web](./../install/index.md#install-on-web-and-mobile)
|
|
* [Build from source](./../build/web.md)
|
|
* [Tutorials: Deploy on web](./../tutorials/web/index.md)
|
|
* [Guide: Build a web application with ONNX Runtime](./../tutorials/web/build-web-app)
|
|
* [Training on web demo](https://github.com/microsoft/onnxruntime-training-examples/tree/master/on_device_training/web)
|