Instructions to use medkit/simsamu-segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use medkit/simsamu-segmentation with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("medkit/simsamu-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
File size: 132 Bytes
e6a4acb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e9273c4e22353e55534bf86dae625cba4f57a4552ed17db05c37a7c0c89822bd
size 5910936
|