Tutorials

Browse guided tutorials on NLP, Machine Learning, AI, Deep Learning, coding, and related topics.

How to Set Up Twilio Voicemail
How to Set Up Twilio Voicemail

Learn how to use Twilio's API to set up a voicemail system that can record your calls, and that you can download recordings from.

How to Build a Burner Phone with Voicemail in Python
How to Build a Burner Phone with Voicemail in Python

Learn how to build your own burner phone with Twilio and AssemblyAI. Keep your real phone number secure!

The Definitive Guide to Python Click
The Definitive Guide to Python Click

A tutorial on how to use the components of the Python Click library to intuitively and easily build simple to complex command line interface (CLI) applications. This tutorial covers styling, passing context, creating your own pass decorators, nested commands, and how to use multiple command groups.

Python Speech Recognition in 30 Lines of Code
Python Speech Recognition in 30 Lines of Code

In this simple tutorial, we learn how to implement Speech Recognition in Python with just 30 lines of code. Let's get started!

How to build a YouTube downloader in Python
How to build a YouTube downloader in Python

A tutorial on how to make a YouTube Downloader. We'll show you how to make your own command line interface to save YouTube videos using youtube_dl and ffmpeg in Python.

Easy C# Speech Recognition
Easy C# Speech Recognition

In this tutorial, we walk you through how to perform Speech Recognition using C# in just a few lines of code.

Getting started with HttpClientFactory in C# and .NET 5
Getting started with HttpClientFactory in C# and .NET 5

HttpClientFactory has been around the .NET ecosystem for a few years now. In this post we will look at 3 basic implementations of HttpClientFactory; basic, named, and typed.

Speech-to-Text with Postman and AssemblyAI
Speech-to-Text with Postman and AssemblyAI

Learn how to transcribe audio and video files with Postman and the AssemblyAI Speech-to-Text API!

Transcribing Local Audio Files with Node.js
Transcribing Local Audio Files with Node.js

In this blog, we look at how to transcribe audio and video files in Node.js using AssemblyAI.

JavaScript and Node.js Speech-to-Text
JavaScript and Node.js Speech-to-Text

Learn how to convert audio and video files from speech to text using AssemblyAI's API and JavaScript.