mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-13 18:08:13 +00:00
Add link to YouTube Channel, Add link to C# GitHub Template (#9900)
* add link to youtube channel * add youtube section to index * fix table format * add csharp template link * fix title * shorten js template button title * shorten c# title * change intro video and update link * update video to faiths video * move youtube link * add youtube link * move youtube link up on nav
This commit is contained in:
parent
d66b856fb5
commit
30c1a3b2fe
2 changed files with 6 additions and 6 deletions
|
|
@ -23,6 +23,8 @@ aux_links:
|
|||
- "/docs/tutorials/"
|
||||
"API Docs":
|
||||
- "/docs/api/"
|
||||
"YouTube":
|
||||
- "https://www.youtube.com/channel/UC_SJk17KdRvDulXz-nc1uFg/featured"
|
||||
"GitHub":
|
||||
- "https://github.com/microsoft/onnxruntime"
|
||||
ga_tracking: UA-156955408-1
|
||||
|
|
|
|||
|
|
@ -14,28 +14,26 @@ ONNX Runtime is an accelerator for machine learning models with multi platform s
|
|||
|
||||
|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
||||
| <span class="fs-5"> [Get started with ORT](./get-started){: .btn .mr-4 target="_blank"} </span> | <span class="fs-5"> [API Docs](./api){: .btn target="_blank"} </span> |
|
||||
| <span class="fs-5"> [Tutorials](./tutorials){: .btn target="_blank"} </span> | <span class="fs-5"> [Ecosystem](./ecosystem){: .btn target="_blank"} </span> |
|
||||
| <span class="fs-5"> [Tutorials](./tutorials){: .btn target="_blank"} </span> | <span class="fs-5"> [Ecosystem](./ecosystem){: .btn target="_blank"} </span> |
|
||||
| <span class="fs-5">[ONNX Runtime YouTube](https://www.youtube.com/channel/UC_SJk17KdRvDulXz-nc1uFg/featured){: .btn .mr-4 target="_blank"} </span> |
|
||||
|
||||
## Contribute and Customize
|
||||
|
||||
|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
||||
| <span class="fs-5"> [Build ORT Packages](./build){: .btn .mr-4 target="_blank"} </span> | <span class="fs-5">[ONNX Runtime GitHub](https://github.com/microsoft/onnxruntime){: .btn target="_blank"} </span> |
|
||||
| <span class="fs-5"> [Build ORT Packages](./build){: .btn .mr-4 target="_blank"} </span>| <span class="fs-5">[ONNX Runtime GitHub](https://github.com/microsoft/onnxruntime){: .btn target="_blank"} </span> |
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
## QuickStart Template
|
||||
|
||||
|:----------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
||||
| <span class="fs-5"> [ORT Web JavaScript Site Template using NextJS](https://github.com/microsoft/onnxruntime-nextjs-template){: .btn .mr-4 target="_blank"} </span> |
|
||||
| <span class="fs-5"> [ORT Web JavaScript Site Template](https://github.com/microsoft/onnxruntime-nextjs-template){: .btn .mr-4 target="_blank"} </span> | <span class="fs-5"> [ORT C# Console App Template](https://github.com/microsoft/onnxruntime-csharp-cv-template){: .btn .mr-4 target="_blank"} </span> |
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
## ONNX Runtime for Inferencing
|
||||
|
||||
ONNX Runtime Inference powers machine learning models in key Microsoft products and services across Office, Azure, Bing, as well as dozens of community projects.
|
||||
|
|
|
|||
Loading…
Reference in a new issue