Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/new-windows-ml/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ This topic shows you how to install and use Windows ML to discover, download, an

If you're not already familiar with the ONNX Runtime, we suggest reading the [ONNX Runtime docs](https://onnxruntime.ai/docs/). In short, Windows ML provides a copy of the ONNX Runtime, plus the ability to dynamically download execution providers (EPs).

> [!TIP]
> **Want to jump straight to code?** Try one of the [Windows ML samples](samples.md) — they include complete end-to-end examples for C#, C++, and Python that go from setup to inference in a single project. The step-by-step guide below walks through each concept individually.

## Prerequisites

* Version of Windows that [Windows App SDK supports](/windows/apps/windows-app-sdk/support)
Expand Down