AssemblyAI buildsSpeech AI
models for tasks like speech-to-text, speaker diarization, speech summarization, and more.AssemblyAI’s
Speech AI models include accurate speech-to-text for voice data (such as calls, virtual meetings, and podcasts), speaker detection, sentiment analysis, chapter detection, PII redaction.
Installation and Setup
Get your API key. Install theassemblyai
package.
Document Loader
AssemblyAI Audio Transcript
TheAssemblyAIAudioTranscriptLoader
transcribes audio files with the AssemblyAI API
and loads the transcribed text into documents.
See a usage example.
AssemblyAI Audio Loader By Id
TheAssemblyAIAudioLoaderById
uses the AssemblyAI API to get an existing
transcription and loads the transcribed text into one or more Documents,
depending on the specified format.