This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import assemblyai as aai | |
import pyaudio | |
import asyncio | |
import sys | |
# You'll need to install these dependencies: | |
# pip install assemblyai pyaudio | |
# Set your AssemblyAI API key | |
aai.settings.api_key = "YOUR-API-KEY" |