GUI for windows version of whisper.cpp #189
Replies: 4 comments 7 replies
-
Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
-
whisper.cppGUI is a simple GUI for the Windows x64 binary of whisper.cpp. The easiest way to get the most updated windows binary is to download them from the actions page of the whisper.cpp project. For example select the first item on the workflows list shown in the figure below, then scroll down to find the "Artifacts produced during runtime" and download the "whisper-bin-x64.zip" file. you can get the binary for whisper.cppGUI from this repository. for now, only a subset of options are included. Please let me know if you want me to include more options. The program also includes a link to the .bin models download page on Huggingface: the following figures show a simple run of the program: I hope you all find this GUI useful. |
Beta Was this translation helpful? Give feedback.
-
This is really great stuff! Unfortunately Im on mac almost exclusively now. Could you possibly make a mac version? I unfortunately dont have the skills to do that myself |
Beta Was this translation helpful? Give feedback.
-
Thanks, this is very useful for people not used to working in a CLI. |
Beta Was this translation helpful? Give feedback.
-
@ggerganov not sure if this is the best place to post this but I have developed a simple GUI for the windows version of whisper.cpp (can be adapted easily for linux too). Project is in python using the Gooey library. In the repository https://github.com/Topping1/whispercppGUI you can find the source code and windows binary (x64).
-Update 1 (16-Jan-2023): whispercppGUI can now use FFMPEG to open files directly, without manual conversion to a WAV file, can use a variable speedup option to the audio file, includes a textbox to add custom parameters to the command line.
Beta Was this translation helpful? Give feedback.
All reactions