AssemblyAI / cookbook

A resource of code examples, guides, and tutorials for using the AssemblyAI API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AssemblyAI Cookbook πŸ§‘β€πŸ³

The AssemblyAI Cookbook is a resource of code examples, guides, and tutorials for using the AssemblyAI API. Want to learn more about AssemblyAI? Check out this product overview video!

You will need an AssemblyAI account and API key to use these code examples. Click here to create and account for free.

Most code examples are written in Python or Javascript, but the concepts contained in these examples can be applied to any language. You can learn more about our various models in features in our official documentation.

Core Transcription πŸŽ™οΈ

Transcribe an Audio File
Transcribe from an AWS S3 Bucket
Transcribe a batch of files using AssemblyAI
Use our SDK transcribe a batch of files
Transcribe multiple files simultaneously using our Python SDK
πŸ†•Transcribe multiple files simultaneously using our Node.js SDK
Transcribe YouTube videos
Transcribe Google Drive links
Detect Low Confidence Words in a Transcript
πŸ†•Translate Transcripts
Generate Subtitles for Videos
Translate Subtitles
Specify a Language
Use Automatic Language Detection
Automatic Language Detection as separate step from Transcription
Create Subtitles with Speaker Labels
Split audio file to shorter files
Delete a Transcript
πŸ†•Build a UI for Transcription with Gradio
πŸ†•Troubleshoot common errors when starting to use our API
πŸ†•Delete transcripts after 24 hours of creation

Audio Intelligence πŸ€–

Create Summarized Chapters from Podcasts
Identify Hate Speech in Audio and Video Files
Identify Highlights in Audio and Video Files
Identify Speakers in Audio Recordings
Summarize Virtual Meetings

Streaming STT πŸ•’

Transcribe files in real-time with Node.js
Use Streaming STT with Python
Real-Time React Example
Use LeMUR with Streaming STT
Terminate Streaming STT session after a fixed duration of inactivity
Use Partial Transcripts

LeMUR 🐾

Process Audio Files with LLMs Using LeMUR
Use LeMUR Specialized Endpoints
Leverage LeMUR for Customer Call Sentiment Analysis
Extract Dialogue Data with LeMUR and JSON
Automatically Generate Action Items from a Meeting with LeMUR
Implement a Sales Playbook Using LeMUR
πŸ†•Extract Citations from a Transcript with Semantic Search
Extract Quotes from a Transcript with LeMUR's Custom Text Input Parameter
Calculating LeMUR Costs by Counting Input Tokens
Processing Speaker Labels with LeMUR's Custom Text Input Parameter
πŸ†•Creating Chapter Summaries with LeMUR's Custom Text Input Parameter

SDKs and Other Resources πŸ“š

Beyond the code examples here, you can learn about the AssemblyAI API from the following resources:


If you have any questions, please feel free to reach out to our Support team - support@assemblyai.com!

About

A resource of code examples, guides, and tutorials for using the AssemblyAI API.

License:MIT License


Languages

Language:Jupyter Notebook 99.7%Language:JavaScript 0.1%Language:Python 0.1%