
Building An Azure Cognitive Services Face App – Part 2 Attribute/Emotion Detection
In our previous post, we created an app that recognizes faces in a given image. In this post, we will extend the…
Read article →
In our previous post, we created an app that recognizes faces in a given image. In this post, we will extend the…
Read article →
In this post we will go through an example of using Azure’s Cognitive Services Face Recognition functionality. This app will be built…
Read article →
To sign up for a Microsoft Azure Cognitive Services API Key for the Face API, go to https://azure.microsoft.com/en-us/services/cognitive-services/face/ and click Try Face: Click…
Read article →
In this post, I will go through how to use Microsoft Azure Cognitive Services to create a Custom Bing Search app in…
Read article →
In this post, we will create a new Bing Custom Search Instance that we can use to access the Bing Custom Search…
Read article →
In this post we will go through signing up for a Bing Custom Search key using the Azure portal. Go to https://portal.azure.com and…
Read article →
In our previous posts, we signed up for a cognitive service subscription key and built a C# console app that listens to…
Read article →
In this post we will create a Windows console app that integrates with Azure Cognitive Services Speech Service to convert to text what…
Read article →
To get a Microsoft Cognitive Services Subscription Key, go to: https://azure.microsoft.com/en-us/try/cognitive-services/. Click on Speech APIs and select Get API Key: You may see…
Read article →
To find out which speech synthesizers are installed on your windows machine, run the code below. This will tell you the name, gender…
Read article →