Book Image

Azure Cognitive Services for Developers [Video]

By : Gerald Versluis
Book Image

Azure Cognitive Services for Developers [Video]

By: Gerald Versluis

Overview of this book

<p>Always wanted to use AI, but it seems too hard? Not anymore! With Azure Cognitive Services, you can make your applications smarter—the easy way.</p> <p>In this course, you will be introduced to Azure Cognitive Services. With this, Microsoft offers you a lot of the power that AI has to offer, but it's made available to you by a set of simple-to-use REST APIs. Because it is so easy to implement, you can start working with it today and make your applications smarter with AI—the easy way.</p> <p>After working through this course, you will know what Cognitive Services are and what they can do for you. But most importantly, after this hands-on course you will be able to get started for yourself, straightaway!</p> <p>All the related code files are placed on GitHub repository at: https://github.com/PacktPublishing/Azure-Cognitive-Services-for-Developers</p> <h1>Style and Approach</h1> <p>This course follows a practical, step-by-step, and hands-on approach. You will go through the entire process and incorporate Azure Cognitive Services in different kinds of application. For instance, you'll detect objects and text in images in a mobile app and translate text in a web application. The course is packed with real-life experience to help you overcome any obstacles you encounter.</p>
Table of Contents (7 chapters)
Chapter 3
A Closer Look at Vision
Content Locked
Section 3
Implementing Computer Vision
Finally, time for some coding! We will see how to leverage the NuGet package that is available to communicate with the Computer Vision APIs. - Install the NuGet package to make our life easier - Implement the code to send our image and retrieve results - Inspect the code we just wrote to get a good understanding