Skip to content

Commit f84997f

Browse files
authored
Update readme.md
1 parent cdc37ad commit f84997f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

old/readme.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
Old version of the script
1+
# whispercppGUI
2+
GUI for [whispercpp](https://github.com/ggerganov/whisper.cpp), a high performance C++ port of OpenAI's [whisper](https://github.com/openai/whisper).
3+
4+
For this GUI to work properly, all of whispercpp files (from the official releases) should be copied to the same location of "whisperGUI.exe". Also, you need to copy a binary of ffmpeg to the same location of "whisperGUI.exe". In this way, you could update the program yourself manually in case the development on this repository stops.
5+
6+
FFMPEG is also used to implement a variable-rate speedup option for the audio (whispercpp no longer has this option).
7+
8+
Not all options are implemented yet, only those that are of common use. For using options not present in this GUI, now you can use the textbox included in the bottom of the main window. For example you can type "-t 8" (without quotes) for using 8 threads when processing the audio.
9+
10+
## Requirements
11+
12+
If you want to run whispercppGUI from the python source code, the [Gooey](https://github.com/chriskiehl/Gooey) library is required. You can install Gooey with the command:
13+
14+
`pip install Gooey`
15+
16+
The included executable for windows x64 was created using pyinstaller, as described in the documentation of Gooey library. If you don't trust the executable on this repository, you can easily recreate your own executable file.

0 commit comments

Comments
 (0)