Instructions to use espnet/xeus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use espnet/xeus with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "espnet/xeus" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Update README.md (#5)
Browse files- Update README.md (02acdd3ac9445561eeb7e9e7f096e4482a32b3a7)
Co-authored-by: Vaibhav Srivastav <reach-vb@users.noreply.huggingface.co>