User2110873642 posted
i know how to train a image classification model with the model builder in visual studio, and i know how to use it.
but how do i build a model in code. and then how to acces the model for usage.
basically this
TrainNewModel(somefolderwithphotos, zipfileoutputpath);
string prediction = newmodel(zipfilelocation).predict(photo);