applebiter /
whisper-ui
Desktop GUI and CLI for OpenAI Whisper — record or open audio/video, transcribe/translate in 99 languages, manage models, and export to SRT/VTT/JSON
63/100 healthLoading repository data…
Ognisty321 / repository
Whisper Transcription UI is a user-friendly graphical interface for whisper-standalone-win. Transcribe and translate audio/video files effortlessly with customizable settings and saved preferences.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Whisper Transcription UI is a user-friendly graphical user interface (GUI) for the whisper-standalone-win tool.
This intuitive application simplifies audio and video transcription and translation using various Whisper models. Customize settings to your liking and save them for future use.
Clone the repository:
git clone https://github.com/Ognisty321/whisper-transcription-ui.git
cd whisper-transcription-ui
Install required packages:
pip install PyQt6 yt-dlp
Ensure faster-whisper-xxl.exe is available:
faster-whisper-xxl.exe in the same directory as main.py.faster-whisper-xxl.exe in the config.ini file (see the note below about creating ):
Selected from shared topics, language and repository description—not editorial ratings.
applebiter /
Desktop GUI and CLI for OpenAI Whisper — record or open audio/video, transcribe/translate in 99 languages, manage models, and export to SRT/VTT/JSON
63/100 healthconfig.ini[Settings]
exe_path = path/to/faster-whisper-xxl.exe
Launch the application:
python main.py
Important Note:
Theconfig.inifile is automatically created when you runpython main.pyfor the first time. Once it is created, you can then edit theexe_path(or other settings) as needed. Attempting to manually create theconfig.inifile before running the application may lead to errors.
Browse to choose files, drag and drop them into the interface, or paste file paths/URLs.Transcribe button.Save Settings button.The application uses a config.ini file to store your settings. As mentioned, this file is automatically created in the application directory when you first run main.py. Update the path to faster-whisper-xxl.exe (or any other setting) in config.ini after the file is generated.
This project wouldn't be possible without whisper-standalone-win. A big thank you to its developers for their exceptional work!
This project is licensed under the MIT License - see the LICENSE file for details.
Have questions or suggestions? Don't hesitate to reach out to Ognisty321.