mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-17 18:40:28 +00:00
### Description Staged: https://faxu.github.io/onnxruntime/docs/ Changes: - ~~New dedicated section on sidebar for [Mobile](https://faxu.github.io/onnxruntime/docs/mobile/) and [Web](https://faxu.github.io/onnxruntime/docs/web/)~~ New dedicated pages for [Mobile](https://faxu.github.io/onnxruntime/docs/get-started/with-mobile.html) and [Web](https://faxu.github.io/onnxruntime/docs/get-started/with-web.html) under Getting Started section - [Transformers optimizer](https://faxu.github.io/onnxruntime/docs/performance/transformers-optimization.html) documentation - Move contrib op section from "Custom Operators" page to ["Contrib operators" page](https://faxu.github.io/onnxruntime/docs/reference/operators/ContribOperators.html) - Update [releases page](https://faxu.github.io/onnxruntime/docs/reference/releases-servicing.html)
20 lines
645 B
Markdown
20 lines
645 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)
|