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 Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.
Model tree for shadabsayd/Whisper-large-Hindi2Hinglish
Base model
openai/whisper-large-v3