import whisper
# Load converted model with Whisper and transcribe
model = whisper.load_model("Whisper-Hindi2Hinglish.pt")
result = model.transcribe("sample.mp3")
print(result["text"])
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model's library.
Model tree for shadabsayd/Whisper-large-Hindi2Hinglish
Base model
openai/whisper-large-v3