Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public async Task<string> ClassifyImage([FromBody] Dictionary<string, string> in

lock (_predictionEngineLock)
{
// Use Prediction to classify image
// Use PredictionEngine to classify image
ModelOutput output = _predictionEngine.Predict(new ModelInput { ImageSource = imagePath });
prediction = output.Prediction;
}
Expand Down

This file was deleted.

This file was deleted.

16 changes: 16 additions & 0 deletions samples/modelbuilder/ImageClassification_Azure_LandUse/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
---
page_type: sample
name: "Train a deep learning image classification model in Azure with ML.NET Model Builder"
description: "Use ML.NET Model Builder to train a deep learning image classification model in Azure"
urlFragment: "mlnet-image-classification-azure-model-builder"
languages:
- csharp
products:
- dotnet
- dotnet-core
- aspnet-core
- vs
- windows
- windows-uwp
---

# Image Classification in Azure with Model Builder

| ML.NET version | Status | App Type | Data type | Scenario | ML Task | Algorithms |
Expand Down