Skip to content

Commit

Permalink
Added front-matter for samples (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisquintanilla committed Apr 16, 2020
1 parent 04076c5 commit 8697bec
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 55 deletions.
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

0 comments on commit 8697bec

Please sign in to comment.