mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-08-10 11:16:40 +08:00
Corrected spelling of terms in whisper/README.md
This commit is contained in:
parent
9c7e996ff0
commit
cbae83e011
@ -1,7 +1,7 @@
|
|||||||
# whisper
|
# Whisper
|
||||||
|
|
||||||
Speech recognition with Whisper in MLX. Whisper is a set of open source speech
|
Speech recognition with Whisper in MLX. Whisper is a set of open source speech
|
||||||
recognition models from Open AI, ranging from 39 million to 1.5 billion
|
recognition models from OpenAI, ranging from 39 million to 1.5 billion
|
||||||
parameters[^1].
|
parameters[^1].
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
@ -15,7 +15,7 @@ pip install -r requirements.txt
|
|||||||
Install [`ffmpeg`](https://ffmpeg.org/):
|
Install [`ffmpeg`](https://ffmpeg.org/):
|
||||||
|
|
||||||
```
|
```
|
||||||
# on MacOS using Homebrew (https://brew.sh/)
|
# on macOS using Homebrew (https://brew.sh/)
|
||||||
brew install ffmpeg
|
brew install ffmpeg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user