abnerh/TORGO-database
Viewer • Updated • 16.6k • 614 • 7
Fine-tuned from openai/whisper-tiny on the TORGO database for improved recognition of dysarthric (motor-impaired) speech.
from transformers import pipeline
asr = pipeline("automatic-speech-recognition", model="Menhaz/distil-whisper-torgo")
result = asr("path/to/audio.wav")
print(result["text"])
Base model
openai/whisper-tiny