Mzaxd / whisperx-webui

Transcribe with ease :D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whisperx WebUI

Wouldn't be possible without whisperx

Installation

  • 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

Features

  • 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

image

image

Todo

  • Bugs found by me or reported via issues
  • installer bat file?

About

Transcribe with ease :D


Languages

Language:Python 99.9%Language:Batchfile 0.1%