dotnet / machinelearning-samples

Samples for ML.NET, an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
4.49k stars 2.69k forks source link

MachineLearning-samples - PredictionEnginePool #1036

Open AnCodexCS opened 5 months ago

AnCodexCS commented 5 months ago

Is it possible to use ML.NET PredictionEnginePool in a .Net Worker Service to classify images? Every example I can find uses PredictionEnginePools within a web app. I am looking for a sample which does this. Thanks