Skip to content

Whisper & Faster-Whisper standalone executables for those who don't want to bother with Python.

Notifications You must be signed in to change notification settings

Purfview/whisper-standalone-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 

Repository files navigation

whisper-standalone-win

alt text

Standalone executables of OpenAI's Whisper & Faster-Whisper for those who don't want to bother with Python.

Executables are compatible with Windows 7 x64 and above.
Meant to be used in command-line interface or Subtitle Edit.
Faster-Whisper is much faster than OpenAI's Whisper, and it requires less RAM/VRAM.

Usage examples

  • whisper.exe "D:\videofile.mkv" --language=English --model=medium

  • whisper.exe --help

Notes

Run your command-line interface as Administrator.
By default the subtitles are created in the same folder where an executable file is located.
Programs automatically will choose to work on GPU if CUDA is detected.
For decent transcription use not smaller than medium model.
Guide how to run the command line programs: https://www.youtube.com/watch?v=A3nwRCV-bTU

OpenAI's Whisper standalone info

OpenAI version needs 'FFmpeg.exe' in PATH, or copy it to Whisper's folder [Subtitle Edit downloads FFmpeg automatically].

Faster-Whisper standalone info

Some defaults are tweaked for movies transcriptions and to make it portable.
By default it looks for models in the same folder, in path like this -> _models\faster-whisper-medium.
Models are downloaded automatically or can be downloaded manually from: https://huggingface.co/guillaumekln
In Subtitle Edit it can be selected for CTranslate2 engine, just rename it to whisper-ctranslate2.exe.
"large" is mapped to large-v2 model.