Automating my Dog with Azure Cognitive Services Building intelligent apps in C# with Azure's AI as a Service offering By Matt Eland on Sep. 26, 2022 Please don’t call the police. I’m not really turning my dog into a cyborg. I’m just playing around with AI capabilities in a C# app.
Text to Speech with Azure Cognitive Services in C# Give voice to your applications with a few lines of C# code By Matt Eland on Sep. 16, 2022 Text to speech lets us build immersive applications that speak to the user using natural-sounding voices in a wide variety of languages and regions. Let’s see how it works with some simple C# code.
How NOT to study for the AI-102 Azure AI Engineer Exam The best ways of studying to pass the Azure AI-102 Exam By Matt Eland on Sep. 14, 2022 Let’s discuss the AI-102 Azure AI Engineer exam, how to study for it, and who should even take it to begin with.
Speech to Text with Azure Cognitive Services in C# Easy & affordable speech recognition on demand By Matt Eland on Sep. 12, 2022 Speech to text is a simple speech recognition API that allows you to transform audio into strings using only a few lines of C# code.
PII Identification with Azure Cognitive Services in C# Automatically flag and redact sensitive content with artificial intelligence By Matt Eland on Sep. 11, 2022 PII identification is a part of Azure Cognitive Services that lets you scan and redact strings for instances of personally identifiable information.