From the course: Learning GitHub Codespaces for Enterprise

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Using Github Models in live projects

Using Github Models in live projects

- [Instructor] Now that we have seen how to make use of GitHub models in our development with Codespaces, what do we do when we want to ship this code to production? Now, one thing to note with GitHub models is that you can only use them in the development phase of your application. They cannot and should not be used for live projects. To move your project to production, you will need the Azure AI service, which you can seamlessly switch to in your code, as will be seen along the course of this video. Azure AI allows you to deploy production-ready instances of numerous state-of-the-art models. It also generates the credentials for you to authenticate with your deployed models. So enough talk, let's get started on that. To begin, you first need an Azure AI account. So visit ai.azure.com to set one up. You'll be prompted to add your billing details, which is necessary to run models for production purposes. Once your Azure AI account is set up, let's add back to our GitHub Models page at…

Contents