Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Whishper

install

git clone --depth=1 https://github.com/openai/whisper
cd whisper
uv venv
.venv\Scripts\activate.bat
uv pip install torch torchaudio --index-url https://download.pytorch.org/whl/cu121
uv pip install -e .

usage

whisper --model large-v3 --device cuda --language Chinese --output_format srt <input>