Instructions to use makaveli10/whisper-tiny-Hindi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use makaveli10/whisper-tiny-Hindi with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="makaveli10/whisper-tiny-Hindi")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("makaveli10/whisper-tiny-Hindi") model = AutoModelForSpeechSeq2Seq.from_pretrained("makaveli10/whisper-tiny-Hindi") - Notebooks
- Google Colab
- Kaggle