I want to create a .NET MAUI Application which is able to detect a licenes plate with the mobile’s device camera. If a license plate is detected I want to extract the text from the license plate.
(Everything should work local and without an internet connection!)
Now my question is: Which is the best fitting ML.NET Scenario to choose? (If ML.NET is not the right Framework for this, please tell me an alternative.)
Here are all ML.NET Scenarios Visual Studio offers:
- Data classification
- Value predicition
- Recommendation
- Forecasting
- Image classification
- Object detection
- Text classification
- Sentence similarity
- Question Answering
- Named Entity Recognition