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: 296 Bytes
c1c9b0f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | DG00055095
DG00055099
DG00101243
DG00106255
DG00106369
DG00108243
DG00112664
DG00115624
DG00127259
DG00138408
DG00143002
DG90122024
DG90226294
DG90230586
DG90232271
DG90234991
DG90257149
DG90300965
DG90334547
DG90412557
DG90740851
DG90740940
DG90743345
DG90752786
DG90752915
DG90753050
DG90777265 |