Automatic Speech Recognition
ESPnet
ONNX
Portuguese
espnet-aed
onnx-asr
e-branchformer
w2v-bert-2.0
european-portuguese
Instructions to use OpenVoiceOS/inesc-id-ebranch-w2vbert2-ep-aed-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use OpenVoiceOS/inesc-id-ebranch-w2vbert2-ep-aed-onnx with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "OpenVoiceOS/inesc-id-ebranch-w2vbert2-ep-aed-onnx" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
bcba42e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d0eaf6d7e5578b1d778ce1f17928371507b2303e4f9cd1be1b5598eaeca85aaa
size 40783392
|