Expand description
Whisper Model Implementation
Whisper is an automatic speech recognition (ASR) system trained on large amounts
of multilingual and multitask supervised data collected from the web. It can be used to
convert audio files (in the .wav format) to text. Supported features include
language detection as well as multilingual speech recognition.
- ⚡ Interactive Wasm Example
- 💻 GH Link
- 💻 Transformers Python reference implementation