aslotte / MLOps.NET

A machine learning model operations and management tool for ML.NET
https://www.nuget.org/packages/MLOps.NET
MIT License
79 stars 30 forks source link

[Deployment] Generate dotnet new template package (nuget) for ML.NET ASP.NET Core Web API #307

Closed aslotte closed 4 years ago

aslotte commented 4 years ago

Is your feature request related to a problem? Please describe. We need a simple way to generate a ASP.NET Core Web API project that wraps around an ML.NET model and a ModelInput and ModelOutput that is generated by MLOps.NET. The approach needs to support scaling for various versions of ML.NET.

Describe the solution you'd like Generate a dotnet template wrapped in a NuGet package that can be installed and used by MLOps.NET. The package may be called MLOps.NET.Deplyoment.Templates or alike.

Required for: #303

aslotte commented 4 years ago

This has been completed.