Wouldn't be possible without whisperx
- clone
- install requirements
- install torch (for cuda
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118) (cpu:pip install torch torchvision torchaudio)
To use the go.bat (start script) you have to install it in a venv (python -m venv venv) - or edit the bat file.
To use diarization, you have to specify a hf_token for the env.
For example via a .env file:
hf_token=your_token- Transcribe with whisperx - 70x realtime
- Multiple files at once (single language per batch)
- All cli options and output formats
- easy to use, and view/ copy
- Bugs found by me or reported via issues
- installer bat file?

