Speech Recognition using Python: A Beginner’s Guide

“Hey Alexa” “Yes, daddy 🤓” “Add milk to my cart” “Milk added to your cart 🤓“ Ever wonder how Google Assistant, Amazon’s Alexa, and Apple’s Siri seamlessly understand what you’re saying and even respond with actions? These tools are using something called automatic speech recognition or ASR. In this tutorial, we will briefly explain whatContinue reading “Speech Recognition using Python: A Beginner’s Guide”

Create a Reverse Proxy Using .Net 6 Web API and Swagger

In this tutorial, we’re going to create a .Net Core application that will act as a reverse proxy forwarding requests to one or more swagger-supported API endpoints. You will find the source code for this tutorial here: SOURCE The Problem There are many cases where you require to forward requests to one or more endpoints,Continue reading “Create a Reverse Proxy Using .Net 6 Web API and Swagger”