Node.js Speech-to-Text with Punctuation, Casing, and Formatting
Learn how to transcribe audio and video files into text that contains punctuation, casing, and formatting using the AssemblyAI JavaScript SDK.
Browse guided tutorials on NLP, Machine Learning, AI, Deep Learning, coding, and related topics.
Tutorials
Learn how to transcribe audio and video files into text that contains punctuation, casing, and formatting using the AssemblyAI JavaScript SDK.
Tutorials
Learn how to filter profanity from audio files using Node.js and the AssemblyAI API.
Tutorials
Modern AI models make it easy to automatically detect the presence of sensitive topics in speech data. Learn how to perform configurable content moderation with Python in this tutorial.
Tutorials
Learn how to filter profanity out of audio and video files with fewer than 10 lines of code in this tutorial
Tutorials
Create a Make scenario using the AssemblyAI app that watches a Google Drive folder for new audio files, and then creates both a transcript and an audio file in which PII is redacted.
Tutorials
Learn how to transcribe audio and video files in your Java applications with AssemblyAI's Universal-1 speech recognition model.
Tutorials
Learn how to use audio transcripts in LangChain Go using the AssemblyAI document loader.
Tutorials
Learn how to transcribe an audio file in your Node.js applications with industry-leading accuracy using Universal-1.
Tutorials
Learn how to transcribe an audio file in your Go applications with industry-leading accuracy using Universal-1.
Tutorials
In this tutorial, we’ll learn how to automatically redact Personal Identifiable Information (PII) from audio and video files in 5 minutes using Python and AssemblyAI.
Tutorials
Learn how to detect scam attempts in phone calls, using LeMUR.
Tutorials
Learn how to transcribe a phone call in real-time using Python, AssemblyAI, ngrok, and Twilio
Tutorials
Learn how to transcribe a Twilio phone call in real-time using Go in this tutorial.
Tutorials
This article shows how Speech Recognition can be integrated into your Go application in only a few lines of code.
Tutorials
Develop an application that answers questions about .NET Rocks! using Semantic Kernel, GPT models, Chroma DB, and AssemblyAI transcriptions.
Tutorials
Learn how to create VTT subtitle files for videos using Python in this easy-to-follow guide.
Tutorials
Learn how to create SRT subtitle files for videos using Python in this easy-to-follow guide.
Tutorials
Learn how to apply LLMs to speech with AssemblyAI's new integration for LlamaIndex.TS, using TypeScript and Node.js.
Tutorials
Learn how to automatically extract insights from customer calls with Large Language Models (LLMs) and Python.
Tutorials
Learn how to get the transcript of a YouTube video with this easy-to-follow Python tutorial. We'll use yt-dlp to download YouTube videos, and automatically transcribe them with AssemblyAI.
Tutorials
In this tutorial, we will learn how to automatically determine video sections, how to generate section titles with LLMs, and how to format the information for YouTube chapters.
Tutorials
Learn how to identify key phrases and important words using Python and AssemblyAI.
Tutorials
In this tutorial, you'll learn how to create an application that transcribes the audio files (and video files) to text. You'll create a TypeScript backend on top of Cloudflare Workers and use the AssemblyAI APIs to transcribe the audio.
no-chatbot
Learn how to incorporate audio files into LlamaIndex and build an LLM-powered query engine in this step-by-step tutorial.
Tutorials
Learn how to perform real-time transcription on audio streams using Python in this tutorial.