Understanding Conversational AI Systems without a PHD
By
Matt Eland
on
Let’s take a broad examination of the various layers of a conversational AI solution and explore the development, testing, and ethical concerns associated with these projects.
High-performance string comparison in one line of C# code
By
Matt Eland
on
Quickenshtein reduces the barriers to entry in getting started with Levenshtein distance by providing an intuitive, efficient, and fast open source .NET library.
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.