dotnet / dotnet/machinelearning
[Extensions.ML] AddPredictionEnginePool should support models as embedded resources
Open
area-Integration
enhancement
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Today AddPredictionEnginePool supports `FromFile` and `FromUri`. Another scenario is to add the ML model as an embedded resource in a project, so you don't have to worry about copying and finding a file - it will always be in the code assembly. Or potentially you may have different models for different languages, and you can replace the resource depending on the current culture.
We should add suport for embedded resource files to Extensions.ML.
Contributor guide
Assessment
This issue has not been assessed yet.