I have a .NET web app I am setting up to identify random objects. I set up a custom model with ~500 labelled images and am able to successfully get a prediction for an image via the REST API.
But how can I add to that models' dataset and train it with new images that get uploaded/sent for prediction?
For example, the user uploads a photo of something and the model isn't able to accurately predict what it is (e.g. highest score is < 50), so the user is prompted to select a label to identify it and then it adds that image with the label to the model for training.