Automatic Speech Recognition
pyannote.audio
Spanish
pyannote
audio
voice
speech
speaker
speaker-diarization
segmentation
Instructions to use HiTZ/pyannote-segmentation-3.0-RTVE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use HiTZ/pyannote-segmentation-3.0-RTVE with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("HiTZ/pyannote-segmentation-3.0-RTVE") inference = Inference(model) # inference on the whole file inference("file.wav") # inference on an excerpt from pyannote.core import Segment excerpt = Segment(start=2.0, end=5.0) inference.crop("file.wav", excerpt) - Notebooks
- Google Colab
- Kaggle
File size: 275 Bytes
c1c9b0f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | AT-20190903
AT-20190904
BN-C3
BR-C3
CA-20190730
EC-20180210
EC-20180217
EC-20180224
EP-20190305
LA24H-20180209
LA24H-20180216
LD-20190708
LM-20170103
LN24H-20160121
LT24HTer-20180223
LT24HTer-20180226
millennium-20171211
millennium-20171218
ML-20190226
NFMY-VVNB
SFT-C3
WU-C3 |