Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Duplicated from  pyannote/wespeaker-voxceleb-resnet34-LM

alphamerian
/
wespeaker-voxceleb-resnet34-LM

pyannote.audio
PyTorch
pyannote
pyannote-audio-model
wespeaker
audio
voice
speech
speaker
speaker-recognition
speaker-verification
speaker-identification
speaker-embedding
Model card Files Files and versions
xet
Community

Instructions to use alphamerian/wespeaker-voxceleb-resnet34-LM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • pyannote.audio

    How to use alphamerian/wespeaker-voxceleb-resnet34-LM with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("alphamerian/wespeaker-voxceleb-resnet34-LM")
    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
wespeaker-voxceleb-resnet34-LM
26.7 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
alphamerian's picture
alphamerian
hbredin's picture
hbredin
Duplicate from pyannote/wespeaker-voxceleb-resnet34-LM
f8de726 3 months ago
  • .gitattributes
    1.52 kB
    Duplicate from pyannote/wespeaker-voxceleb-resnet34-LM 3 months ago
  • README.md
    3.32 kB
    Duplicate from pyannote/wespeaker-voxceleb-resnet34-LM 3 months ago
  • config.yaml
    221 Bytes
    Duplicate from pyannote/wespeaker-voxceleb-resnet34-LM 3 months ago
  • pytorch_model.bin
    26.6 MB
    xet
    Duplicate from pyannote/wespeaker-voxceleb-resnet34-LM 3 months ago