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

kauan616
/
nano

Text Classification
pyannote.audio
Portuguese
Model card Files Files and versions
xet
Community

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

  • Libraries
  • pyannote.audio

    How to use kauan616/nano with pyannote.audio:

    from pyannote.audio import Model, Inference
    
    model = Model.from_pretrained("kauan616/nano")
    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
nano
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
lennyoliveira161's picture
lennyoliveira161
IA de text
5d68328 verified about 2 months ago
  • .gitattributes
    119 Bytes
    Update .gitattributes about 2 months ago
  • README.md
    225 Bytes
    IA de text about 2 months ago