Step by step: Training Azure Custom Vision and predicting the outcome using C#
Wassup guys?!!! Here comes another step by step walkthrough on setting up and leveraging Azure Custom Vision to load, tag, train and predict images, using awesome capabilities of Azure Custom Vision. Just in case you are not aware of Azure Custom Vision, they help you easily customize your own state-of-the-art computer vision models that fit perfectly with your unique use case. All you need is to bring up a few examples of labeled images, train them and let Custom Vision do the hard work of identifying and predicting if any future image is matching its training set. The trick is to label or tag your data. More you data you can provide and you keep classing them, and feed them to Azure, more precise would be the prediction. The following article would give you an idea of how all this could be done. Pre-requisities: An active Azure subscription Visual Studio Community Edition (just in case you want to run the code given along with this example). Some...