Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

bumstern
/
segmentation_model_russian_data

pyannote.audio
Russian
code
Model card Files Files and versions
xet
Community

Instructions to use bumstern/segmentation_model_russian_data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use bumstern/segmentation_model_russian_data with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("bumstern/segmentation_model_russian_data")
    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
segmentation_model_russian_data
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
bumstern's picture
bumstern
Update README.md
dc3781c almost 3 years ago
  • model
    Create trained segmentation model almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    1.26 kB
    Update README.md almost 3 years ago