Accessing a Custom Vision model via API remotely

Frank Albanese 0 Reputation points
2023-08-30T14:44:06.33+00:00

Greetings! I'm looking at training a custom classification model (Custom Vision). Here is the documentation I'm referencing: https://video2.skills-academy.com/en-us/windows/ai/windows-ml/tutorials/image-classification-train-model

I have a question. I'm a Flutter engineer as well. I'd like to be able to access this model (send requests [images] remotely via a REST API) from my mobile application. Can anyone provide any further information supporting this use case and/or relevant documentation to point me in the right direction? Any help is appreciated.

Thank you & happy building!

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
235 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VasaviLankipalle-MSFT 15,941 Reputation points
    2023-08-30T22:55:15.3133333+00:00

    Hello @Frank Albanese , Thanks for using Microsoft Q&A Platform.

    We really appreciate your interest in using the Custom Vision model.

    Yes, you can use Custom Vision REST API to build a wide range of image recognition applications. Here is the documentation that covers creating, training the project, and using the prediction endpoint URL to test the model programmatically. You can use this as a template for building your application. https://video2.skills-academy.com/en-us/azure/ai-services/custom-vision-service/quickstarts/image-classification?tabs=windows%2Cvisual-studio&pivots=programming-language-rest-api

    Also here are some scenarios similar to your use case that uses Custom Vision models, please refer to this: https://video2.skills-academy.com/en-us/azure/ai-services/custom-vision-service/logo-detector-mobile

    I hope this helps.

    Regards,
    Vasavi

    -Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.

    0 comments No comments