Skip to content

Commit e545a82

Browse files
committed
cusvis freshness
1 parent 8af4199 commit e545a82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-services/custom-vision-service/custom-vision-onnx-windows-ml.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ manager: nitinme
88

99
ms.service: azure-ai-custom-vision
1010
ms.topic: how-to
11-
ms.date: 01/22/2024
11+
ms.date: 02/21/2025
1212
ms.author: pafarley
1313
#Customer intent: As a developer, I want to use a custom vision model with Windows ML.
1414
---
1515

1616
# Use an ONNX model from Custom Vision with Windows ML (preview)
1717

18-
Learn how to use an ONNX model exported from the Custom Vision service with Windows ML (preview). You'll use an example UWP application with your own trained image classifier.
18+
Learn how to use an ONNX model exported from the Custom Vision service with Windows ML (preview). You'll use an example application with your own trained image classifier.
1919

2020
## Prerequisites
2121

@@ -24,9 +24,9 @@ Learn how to use an ONNX model exported from the Custom Vision service with Wind
2424
* Visual Studio 2017 version 15.7 or later with the __Universal Windows Platform development__ workload enabled.
2525
* Developer mode enabled on your PC. For more information, see [Enable your device for development](/windows/uwp/get-started/enable-your-device-for-development).
2626

27-
## About the example app
27+
## About the example application
2828

29-
The included application is a generic Windows UWP app. It allows you to select an image from your computer and process it using a locally stored classification model. The tags and scores returned by the model are displayed next to the image.
29+
The included application is a generic Universal Windows Platform (UWP) app. It allows you to select an image from your computer and process it using a locally stored classification model. The tags and scores returned by the model are displayed next to the image.
3030

3131
## Get the application
3232

@@ -53,7 +53,7 @@ To use your own image classifier model, follow these steps:
5353
1. Use the `F5` to build and run the project.
5454
1. Select button to select image to evaluate.
5555

56-
## Next steps
56+
## Related content
5757

5858
To discover other ways to export and use a Custom Vision model, see the following documents:
5959

0 commit comments

Comments
 (0)