From the course: Machine Learning in Mobile Applications

Unlock the full course today

Join today to access over 24,000 courses taught by industry experts.

Install the SDK in a mobile app

Install the SDK in a mobile app

Like Watson, we can add some NuGet packages to make communication from the C# applications with our services relatively easy. While Microsoft does offer NuGet packages for a lot of services, they don't for all models you can create in Azure. For those, we can use other communication methods such as REST. While REST APIs and other communication technologies are effective, they are usually not as easy as using the NuGet packages. In the start branch for this video, there's a folder for our Azure MAUI project, and we're going to open that up. So we'll click Open right here and we'll go out to linkedin. And we've got our Desktop. And here's our MLInMobile project, and our AzureMauiProject. And we'll press Open. And we'll just say Yes to this question about the Git repository and open it up. It will take a couple of minutes for Visual Studio Code to go through all the different platforms, such as Android and iOS. Once it's done, we can add in our NuGet packages. So I'm going to go to the…

Contents