how to productionize custom vision model using Azure MLOPS?
Parthib Rathinam
0
Reputation points
Hi,
I have project requirement to build object detection model using company's dataset for manufacturing defects. I found custom vision is suitable, I trained , results look pretty good. But I have following questions to productionize this model.
- In the model response, cannot see the bounding box co-ordinates details as json format, is there any API i can use to fetch these data in the response?
- How to put this model into production and build end to end pipeline?.
- How to deploy this model on the edge device?
- How to monitor the performance of deployed model , for example , show the dashboard which shows how many http requests came in, model accuracy, any data drift, server crash details etc. Thanks,
Sign in to answer