Yujian Tang

Contributor

DeepSpeech for Dummies - A Tutorial and Overview
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.

Improved Accuracy on AssemblyAI’s Real Time Speech-to-Text API
Improved Accuracy on AssemblyAI’s Real Time Speech-to-Text API

AssemblyAI's new real time Speech Recognition system has improved accuracy through new training and tokenization methods.

How Well Does AI Transcribe Song Lyrics?
How Well Does AI Transcribe Song Lyrics?

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

How to Convert an MP3 File to Text with an API
How to Convert an MP3 File to Text with an API

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.

The State of Python Speech Recognition in 2021
The State of Python Speech Recognition in 2021

A complete tutorial on speech recognition with Python. Compare results from popular libraries like wav2letter, SpeechRecognition, and DeepSpeech, as well as popular cloud APIs.

Can Podcasts Predict the Stock Market?
Can Podcasts Predict the Stock Market?

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!

How to Add Subtitles to Mux Videos with Python
How to Add Subtitles to Mux Videos with Python

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.

Real Time Speech Recognition with Python
Real Time Speech Recognition with Python

Learn how to do real time streaming Speech-to-Text conversion in Python using the AssemblyAI Speech-to-Text API.

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.