DeepSpeech for Dummies - A Tutorial and Overview
What is DeepSpeech and how does it work? This post shows basic examples of how to use DeepSpeech for asynchronous and real time transcription.
Contributor
Tutorials
What is DeepSpeech and how does it work? This post shows basic examples of how to use DeepSpeech for asynchronous and real time transcription.
Announcements
AssemblyAI's new real time Speech Recognition system has improved accuracy through new training and tokenization methods.
Tutorials
Since the industry wide adoption of deep learning technology, the ability of AI to recognize speech has dramatically increased. Today, AI transcription technology is on the same level of accuracy as human transcription. At least, that’s the case with human speech. We were curious how well AI can recognize
Tutorials
Recent advances in deep learning technology have made speech recognition available to developers at large. Here, we go over how to convert an MP3 file to text with AssemblyAI's Speech-to-Text API.
Tutorials
A complete tutorial on speech recognition with Python. Compare results from popular libraries like wav2letter, SpeechRecognition, and DeepSpeech, as well as popular cloud APIs.
Tutorials
Can the frequency of negative news in popular news podcasts like The Daily and Up First predict Stock Market performance? We do the analysis in this blog post!
Tutorials
How to use AssemblyAI's MP4 to text API to generate a subtitle file for your Mux video. Learn how to upload SRT and VTT subtitle files to Mux using the AssemblyAI API and Mux API.
Tutorials
Learn how to do real time streaming Speech-to-Text conversion in Python using the AssemblyAI Speech-to-Text API.
Tutorials
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.
Tutorials
Learn how to build your own burner phone with Twilio and AssemblyAI. Keep your real phone number secure!
Tutorials
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.
Tutorials
In this simple tutorial, we learn how to implement Speech Recognition in Python with just 30 lines of code. Let's get started!
Tutorials
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.
Tutorials
In this tutorial, we walk you through how to perform Speech Recognition using C# in just a few lines of code.
Tutorials
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.
Tutorials
Learn how to transcribe audio and video files with Postman and the AssemblyAI Speech-to-Text API!
Tutorials
In this blog, we look at how to transcribe audio and video files in Node.js using AssemblyAI.