课程: AutoML: Build Production-Ready Models Quickly!

今天就学习课程吧!

今天就开通帐号,24,100 门业界名师课程任您挑!

Working with code: Tradeoffs

Working with code: Tradeoffs

- At the beginning of this chapter, I spoke about how Azure custom vision can be accessed through query channels, the web portal, the REST API, and software development kits. For the most of this chapter, we have explored how we can use the web portal and the no code experience it offers us to build vision models. In this video, I will show how we can achieve the same thing using a software development kit. Although I will use the Python software development kit in this video, the custom vision SDK is also available in Java, JavaScript, C#, and Go. Let's move over to a coded detail to begin. We will first need to install the Custom Vision SDK in your Python environment. So you run this command, which pip installs the SDK, and makes it available to you. We will also need to create the custom vision resource, just as we did before. This time, after creating the resources, we will need to copy our credentials from the…

内容