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: 134 Bytes
bcba42e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:beb4cde8da714c12af0862f7b0a9f1746508eedb6979a3b5783e1841c000ca4e
size 131743744
|