Automatic Speech Recognition
ESPnet
ONNX
Portuguese
espnet-ctc
onnx-asr
e-branchformer
w2v-bert-2.0
european-portuguese
Instructions to use OpenVoiceOS/inesc-id-ebranch-w2vbert2-ep-ctc-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-ctc-onnx with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "OpenVoiceOS/inesc-id-ebranch-w2vbert2-ep-ctc-onnx" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!