yum-archive/TaSTT-Whisper

High-performance GPGPU inference of OpenAI's Whisper automatic speech recognition (ASR) model

git clone https://git.yummers.dev/yum-archive/TaSTT-Whisper

yumFix audio normalization5929750

master
4 files

files

.gitignore88 B
README.md502 B
evaluate.py1.6 KiB
setup.ps1720 B

Evaluation tool

This directory holds code to evaluate the accuracy of transcriptions.

Example usage (in Powershell):

python3 -m pip install -r requirements.txt
python3 evaluate.py reference_transcript.txt
./setup.ps1
./WhisperCLI.exe \
  --audio_path *.mp3 \
  --model_path *.bin