This script uses OpenAI's Whisper ASR (Automatic Speech Recognition) system to generate transcripts from the audio files.
In addition to the Python packages mentioned above, you need to provide an OpenAI API key as an environment variable:
export OPENAI_API_KEY=your-api-key