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
- Xet hash:
- 1c292e6795b0908a682f69287008fcc38209f44a93d62b4e1e9f08ebddfac838
- Size of remote file:
- 17.7 MB
- SHA256:
- 6acae5dcf91c263525ddf5e740144096a19b68f153e57de8186ef9deaae9e5bc
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.