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