Session

Building real-time image classifiers for mobile apps with Azure Custom Vision

Azure Custom Vision allows you to create powerful image classifiers in minutes to without having to be an AI expert. You feed the service with images -so the service adapts to your own needs-, tag them and train a model that can be published to an endpoint URL for further requests. You can also use the Custom Vision SDK to automatize the process.

Furthermore, this model can also be exported for offline, real-time classification experiences. For instance, you can embed the classifier into a mobile application, or a website.

In this session, the Custom Vision service will be described. An image classifier will be created by using the .NET SDK and thousands of images. The output model will be exported to both Tensorflow and CoreML to integrate it into an Android and iOS mobile applications, respectively.