diff --git a/README.md b/README.md index 7c95f68..1835d2d 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ Autohotkey based GUI for utilizing [Whisper.cpp](https://github.com/ggerganov/wh - The Transcriber will create a folder named `WAVFiles` and `Transcriptions` within the same directory as the selected audio files, where the converted .wav files and resulting transcriptions will get exported to. ## How to Use -- Download and install [ffmpeg](https://ffmpeg.org/download.html)(or choco install -y ffmpeg) -- Download and install the [Microsoft Visual C++ Redistributable](https://www.microsoft.com/en-us/Download/confirmation.aspx?id=48145) +- Download and install [ffmpeg](https://ffmpeg.org/download.html) (or using `choco install -y ffmpeg`) +- Download and install the [Microsoft Visual C++ Redistributable](https://www.microsoft.com/en-us/Download/confirmation.aspx?id=48145) (or using `choco install -y vcredist-all`) - Git clone the repo to your computer with `git clone URL` -- Download and extract the contents of `whisper-bin-x64.zip` to `\Models\` from https://github.com/ggerganov/whisper.cpp/releases +- Download and extract the .zip of your preferred whisper binaries to `\Models\` from https://github.com/ggerganov/whisper.cpp/releases + - `whisper-bin-x64.zip` works well, but if you want to utilize your Nvidea GPU use `whisper-cublas-bin-x64.zip` - Download and move the whisper model you want to use to `\Models\` from https://github.com/ggerganov/whisper.cpp/blob/master/models - Run `Whisper-AHK` to start the GUI. - To download updates to the scripts, close all running Transcribers and run the `Pull-Updates-From-Git.exe` (must have git installed)