From cbae83e011431e983061322e38a0dd2d691140b7 Mon Sep 17 00:00:00 2001 From: "Stv.X" Date: Thu, 14 Dec 2023 08:15:26 +0800 Subject: [PATCH] Corrected spelling of terms in whisper/README.md --- whisper/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/whisper/README.md b/whisper/README.md index 602941a0..7df1382f 100644 --- a/whisper/README.md +++ b/whisper/README.md @@ -1,7 +1,7 @@ -# whisper +# Whisper 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]. ### Setup @@ -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 ```