Instructions to use pyannote/ci-segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use pyannote/ci-segmentation with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("pyannote/ci-segmentation") 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:
- 68a8233608237ed7d0bf99a5cbd868edcc32fd1b97806896791aeb3bdc3f564e
- Size of remote file:
- 208 kB
- SHA256:
- 5dd9ef9b5949955ee2ec9535c8e83219739a25f30907f62aeafd50a2c4251770
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.