This is NOT an original piece of work, just a snap of OpenAI Whisper
OpenAI Whisper (CPU only)
Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multitasking model that can perform multilingual speech recognition, speech translation, and language identification.
Create an alias for ease of use (optional)
sudo snap alias whisper-gael.whisper whisper
First-time users
-
Read the doc at https://github.com/openai/whisper for explanations and examples
-
Usage:
whisper-gael.whisper --help
-
Example:
whisper-gael.whisper --model small --output_format txt --task transcribe audio.mp3
2024-09-30
- v20240930 available on amd64
2024-09-28
- v20240927 available on amd64
- Streamlined to only keep the CPU version
2023-11-18
- v20231117 available on amd64
2023-11-06
- v20231106 available on amd64
2023-09-19
- v20230918 available on amd64
2023-04-02
- v20230314 available on amd64