From 06eec478aa13909632c91c3a020bb8e3c7f753cb Mon Sep 17 00:00:00 2001 From: regstuff <6016831+regstuff@users.noreply.github.com> Date: Tue, 15 Nov 2022 18:32:13 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c13fda..b08f5a1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # whisper.cpp_windows -Just an .exe that can be used for those unable to build the excellent [whisper.cpp](https://github.com/ggerganov/whisper.cpp) in Windows. Find it on the Releases page. Unzip into a folder, download the [ggml model](https://ggml.ggerganov.com/) of your choice, open up a commandline in the folder, and transcribe away! +Just an .exe that can be used for those unable to build the excellent [whisper.cpp](https://github.com/ggerganov/whisper.cpp) in Windows. Find it on the Releases page. + +Unzip into a folder, download the [ggml model](https://ggml.ggerganov.com/) of your choice, open up a commandline in the folder, and transcribe away! + +Example: ```main -m ggml-model-whisper-small.bin -t 4 -otxt -f file.wav``` ## More Info [OpenAI's Whisper](https://github.com/openai/whisper) is a state of the art auto-transcription model. Unfortunately for some, it requires a GPU to be effective.