Automating Image Classification with Microsoft Azure Custom Vision Training and Prediction
This GitHub Action automates the entire process of image classification with Microsoft Azure Custom Vision Service.
How to use
Step 1:
To use the Custom Vision Service you will need to create Custom Vision Training and Prediction resources in Azure. To do so in the Azure portal, fill out the dialog window on the Create Custom Vision page to create both a Training and Prediction resource.
Step 2:
Get the Endpoint, Training Key, Prediction Key and Prediction Resource ID credentials andd save it as Secrets in your GitHub repository settings. You can find the items at the Custom Vision website . Sign in with the account associated with the Azure account you used to create your Custom Vision resources. On the home page (the page with the option to add a new project), select the gear icon in theβ¦