How to use Google's Speech-to-Text API to transcribe audio in Python
Learn how to set up a Google Cloud project to transcribe both local and remote audio files using Google's Speech-to-Text API and Python
Browse guided tutorials on NLP, Machine Learning, AI, Deep Learning, coding, and related topics.
Tutorials
Learn how to set up a Google Cloud project to transcribe both local and remote audio files using Google's Speech-to-Text API and Python
Tutorials
Learn how to make a free, GPU-powered Whisper API for transcribing audio files
Tutorials
Learn how to convert speech to text in Java using AssemblyAI.
Tutorials
Learn how to set up speech recognition in your browser using the Web Speech API and JavaScript.
Tutorials
Learn how to integrate Speech-to-Text functionality into Django and build an example app.
universal-1
Learn how to transcribe audio and video files in your Ruby applications with AssemblyAI's Universal-1 speech recognition model.
Tutorials
Learn how to build a real-time AI voice bot using Python, AssemblyAI, OpenAI, and ElevenLabs for transcription, intelligent responses, and voice synthesis.
Tutorials
Learn how to use Python to perform speaker diarization on audio and video files to identify "who said what when"
Tutorials
Build a sophisticated Discord voice bot that leverages AssemblyAI for speech transcription, OpenAI's GPT-3.5 Turbo AI model for intelligent processing, and ElevenLabs for speech synthesis.
Tutorials
Learn how to analyze audio from Zoom calls using AssemblyAI and Node.js.
Tutorials
Generate subtitles for your videos using the AssemblyAI app for Zapier.
Tutorials
Learn how to use the Claude 3 models with audio and video data in Python.
Tutorials
Learn how to translate speech in real-time in JavaScript with AssemblyAI and DeepL.
Tutorials
Learn how to build a web app in Go that'll use AssemblyAI to transcribe an uploaded video file and generate subtitles.
Tutorials
Learn how to build a Next.js video conferencing app that supports video calls with live transcriptions and an LLM-powered meeting assistant.
Tutorials
In this tutorial, you'll learn how to respond to hotwords in voice data using Streaming Speech-to-Text in Go.
Tutorials
Learn how to transcribe YouTube videos and generate SRT subtitles with Node.js and AssemblyAI in this easy-to-follow guide.
Tutorials
Learn how to create WebVTT subtitle files for videos using Node.js in this easy-to-follow guide.
Tutorials
Learn how to create SRT subtitle files for videos using Node.js in this easy-to-follow guide.
Tutorials
In this tutorial, you will learn how to automatically redact Personal Identifiable Information from audio and video files with Node.js and the AssemblyAI API.
Tutorials
Learn how to automatically summarize audio with Node.js and the AssemblyAI API.
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