Azure

🎵 Do you want to build a Chatbot? 🎵

🎵 Do you want to build a Chatbot? 🎵

Exploring the history of chatbots, conversational AI on Azure, and how ChatGPT changes everything

By
Matt Eland
on
Chatbots have come a long way since ELIZA. Let’s see how modern chatbots stack up compared to transformers and ChatGPT - and where they will go from here.
Creating and deploying a Microsoft Bot Framework Bot with the SDK

Creating and deploying a Microsoft Bot Framework Bot with the SDK

Using the Bot Framework v4 SDK, C#, and Azure to Build Chatbots

By
Matt Eland
on
A guided tutorial to create and deploy a starter bot. We’ll walk through creating and configuring the Azure resources, creating the project in Visual Studio, testing the bot, deploying it to Azure, and hosting the bot on a web page.
Automating my Dog with Azure Cognitive Services

Automating my Dog with Azure Cognitive Services

Building intelligent apps in C# with Azure's AI as a Service offering

By
Matt Eland
on
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#

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
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.