Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aslotte authored Aug 23, 2020
1 parent 5f2af95 commit dfdd2d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ The template bootstraps a .NET Core console app that can be used to train a `ML.
dotnet new mlnet-training --mlnetVersion 1.5.1
```

### mlnet-training-mlops
The template bootstraps a .NET Core console app that can be used to train a `ML.NET` model. The template includes support for MLOps.NET to track your models performance and life-cycle. `mlopsnetVersion` is optional and defaults to 1.1.0
```
dotnet new mlnet-training-mlops --mlnetVersion 1.5.1 --mlnetopsVersion 1.1.0
```

### mlnet-web-embedded
The template bootstraps an ASP.NET Core Web App with an embedded `ML.NET` model and Docker support
```
Expand All @@ -27,7 +33,6 @@ dotnet new mlnet-web-embedded --mlnetVersion 1.5.1
## Ideas
Add `dotnet new` template for the following scenarios

- ML.NET Console App with MLOps.NET support
- ASP.NET Core with model accessed from URI
- Azure Function with model accessed from URI
- Custom scenarios, e.g. image classification, object detection, ONNX etc.
Expand Down

0 comments on commit dfdd2d3

Please sign in to comment.