Custom Vision with Xamarin.Forms
This repository contains a Xamarin.Forms client configured with the following features:
-
Take pictures in a cross-platform manner.
-
Send this picture to Azure Cognitive Service for Custom Vision predictions.
-
Display the picture that was taken, and the prediction results.
Documentation:
-
Creating and configuring the Custom Vision service (Work in progress)
-
Taking a picture with the Xamarin.Forms client (Work in progress)
-
Sending the picture to the Custom Vision service and showing the result (Work in progress)
More information
Next steps
After running the service online, you can also learn how to export the model to run it in an offline application. There are samples too: