githublist > repositories > python > openai/whisper

openai/whisper

Robust Speech Recognition via Large-Scale Weak Supervision

languagePython
licenseMIT
stars71.2k
forks8.4k
watchers1.3k
open issues1,287
open PRs441
contributors84
commits312
default branchmain
size28 MB
postedSep 21, 2022
updated1 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

httpshttps://github.com/openai/whisper.git[copy]
sshgit@github.com:openai/whisper.git[copy]

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