Instructions to use niladrighosh033/whisper-medium-librispeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use niladrighosh033/whisper-medium-librispeech with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="niladrighosh033/whisper-medium-librispeech")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("niladrighosh033/whisper-medium-librispeech") model = AutoModelForSpeechSeq2Seq.from_pretrained("niladrighosh033/whisper-medium-librispeech") - Notebooks
- Google Colab
- Kaggle
update handler to support streaming
#4
by pred-rezolve - opened
No description provided.
niladrighosh033 changed pull request status to merged