openai/whisper
Robust Speech Recognition via Large-Scale Weak Supervision
| language | Python |
| license | MIT |
| stars | ★ 71.2k |
| forks | 8.4k |
| watchers | 1.3k |
| open issues | 1,287 |
| open PRs | 441 |
| contributors | 84 |
| commits | 312 |
| default branch | main |
| size | 28 MB |
| posted | Sep 21, 2022 |
| updated | 1 day ago |
about this repository
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.
clone / download
README.md
# Whisper Whisper is a general-purpose speech recognition model trained by OpenAI. ## Setup ``` pip install -U openai-whisper ``` ## Usage ``` whisper audio.flac --model medium ``` ## License MIT
safety tips
- - review code before running
- - check license before use
- - report malicious repos
similar listings