Whisper (small) model finetuned on Persian portion of the Common Voice dataset by Hezar AI.
Usage
pip install hezar
from hezar.models import Model
whisper = Model.load("hezarai/whisper-small-fa")
transcripts = whisper.predict("speech_example.mp3")
print(transcripts)