more info

This commit is contained in:
Yuriy 2024-01-14 22:35:47 -05:00
parent 98c6f8e623
commit 59da957a40

View File

@ -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. - 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 ## How to Use
- Download and install [ffmpeg](https://ffmpeg.org/download.html)(or choco install -y ffmpeg) - 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) - 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` - 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 - 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. - 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) - To download updates to the scripts, close all running Transcribers and run the `Pull-Updates-From-Git.exe` (must have git installed)