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

Dimension702
/
audioseal

AudioSeal
Model card Files Files and versions
xet
Community

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

  • Libraries
  • AudioSeal

    How to use Dimension702/audioseal with AudioSeal:

    # Watermark Generator
    from audioseal import AudioSeal
    
    model = AudioSeal.load_generator("Dimension702/audioseal")
    # pass a tensor (tensor_wav) of shape (batch, channels, samples) and a sample rate
    wav, sr = tensor_wav, 16000
    
    watermark = model.get_watermark(wav, sr)
    watermarked_audio = wav + watermark
    # Watermark Detector
    from audioseal import AudioSeal
    
    detector = AudioSeal.load_detector("Dimension702/audioseal")
    
    result, message = detector.detect_watermark(watermarked_audio, sr)
  • Notebooks
  • Google Colab
  • Kaggle
audioseal
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
Dimension702's picture
Dimension702
Upload folder using huggingface_hub
56806b5 verified 9 months ago
  • .gitattributes
    1.58 kB
    Upload folder using huggingface_hub 9 months ago
  • README.md
    3.92 kB
    Upload folder using huggingface_hub 9 months ago
  • audioseal_encodec_32khz.th
    453 MB
    xet
    Upload folder using huggingface_hub 9 months ago
  • detector_base.pth
    34.7 MB
    xet
    Upload folder using huggingface_hub 9 months ago
  • generator_base.pth
    58.8 MB
    xet
    Upload folder using huggingface_hub 9 months ago