Corrected spelling of terms in whisper/README.md

This commit is contained in:
Stv.X 2023-12-14 08:15:26 +08:00
parent 9c7e996ff0
commit cbae83e011

View File

@ -1,4 +1,4 @@
# whisper
# Whisper
Speech recognition with Whisper in MLX. Whisper is a set of open source speech
recognition models from OpenAI, ranging from 39 million to 1.5 billion
@ -15,7 +15,7 @@ pip install -r requirements.txt
Install [`ffmpeg`](https://ffmpeg.org/):
```
# on MacOS using Homebrew (https://brew.sh/)
# on macOS using Homebrew (https://brew.sh/)
brew install ffmpeg
```