whisperEasy Playground

OpenAI Whisper: speech-to-text transcription and translation

Getting started with whisperRun locally
Install
pip install openai-whisper
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: whisper)

whisper is a third-party package. OpenAI Whisper: speech-to-text transcription and translation. Install with: pip install openai-whisper

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?