Absolutely! You agree and you are aware of all these advantages of learning Artificial Intelligence. But AI is beyond and ahead in every niche, it has stepped in.
We are in an age where call Alexa/Google/Siri more than we call out our friends or family. Artificial Intelligence is no longer limited to science-fiction movies or shows. It is all around.
Ullas Krishnan
AI Certified Engineer
There are some resource providers that must be registered in your Azure subscription. Follow these steps to ensure that they’re registered.
These hands-on lab exercises support Microsoft course AI-102 Designing and Implementing a Microsoft Azure AI Solution and the equivalent self-paced modules on Microsoft Learn. The exercises are designed to accompany the learning materials and enable you to practice using the technologies they describe.
Web Link
https://microsoftlearning.github.io/AI-102-AIEngineer/
To complete this exercise, you will need a Microsoft Azure subscription. If you don't already have one, you can sign up for a free trial at https://azure.com/free
If you have already cloned AI-102-AIEngineer code repository to the environment where you’re working on this lab, open it in Visual Studio Code; otherwise, follow these steps to clone it now.
If you would like to use a development environment on your own computer, you can use this setup guide .
Note that the setup guide is designed for multiple AI development exercises, and may include software that is not required for this specific exercise.
You don't need to install all packages to your project.
Package Missing
Install only those package.
Class Name or Type Missing
Just go through the project C# code and install only those package missing. If the error is in the code class name, then add the C# libraries using import / using.
dotnet add package Azure.Core --version 1.25.0
dotnet add package Newtonsoft.Json --version 13.0.1
dotnet add package Microsoft.Extensions.Configuration --version 6.0.1
dotnet add package Azure.AI.TextAnalytics --version 5.2.0
dotnet add package Azure.Identity --version 1.9.0-beta.1
dotnet add package Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction --version 2.0.0
dotnet add package Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training --version 2.1.0-preview
dotnet add package Microsoft.Azure.CognitiveServices.Vision.ComputerVision --version 7.0.1
dotnet add package Microsoft.CognitiveServices.Speech --version 1.24.0
dotnet add package Cognitive.Service.Image.OCR --version 1.0.0
dotnet add package Azure.Search.Documents --version 11.5.0-beta.2
dotnet add package Azure.AI.FormRecognizer --version 4.0.0
dotnet add package Microsoft.Azure.CognitiveServices.Vision.Face --version 2.8.0-preview.2
using Microsoft.Azure.CognitiveServices.Vision.ComputerVision;
using Microsoft.CognitiveServices.Speech;
using Microsoft.Azure.CognitiveServices.Vision.Face;
I have gone through the complete AI Examples and Libraries, if there is any error or missing libraries please let me know.
Copyright © 2023 .Net Azure Architect / IoT / AI & ML Engineer - All Rights Reserved.
www.ullaskrishnan.com
We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.