暂无描述

Niks van Nimmer 94fa056910 Update README.md 1 年之前
.asset 9325313a20 update README 1 年之前
samples 32b36f91cb add files 1 年之前
src 8e8de83395 finish gradio GUI 1 年之前
README.md 94fa056910 Update README.md 1 年之前
demo_gradio.py 8e8de83395 finish gradio GUI 1 年之前
requirements.txt 292cb5b253 requirements 1 年之前

README.md

Gradio GUI for Wavmark

A Gradio GUI for Wavmark.

Requirements

Test in Python 3.10

gradio==4.1.1
matplotlib==3.7.2  # gradio 4.1.1 needs matplotlib 3.7.2
librosa==0.10.1
resampy==0.4.2
soundfile==0.12.1
numpy==1.26.0
torch==1.12.1
torchaudio==0.12.1
typing_extensions==4.8.0

Usage

  1. Run demo_gradio.py
  2. Navigate to http://127.0.0.1:7860
  3. See the GUI img_1.png

Add a watermark

You can upload your own audios or use preloaded audios, the following figure shows how to add a watermark using uploaded audios img.png

After adding the watermark, the GUI is like this: img.png

To use preloaded audios, please select the Preloaded tab.

Check a watermark

The following figure shows how to check a watermark img.png

After revealing a watermark with your watermark to verify, then it will show the accuracy and BER

img.png

If no watermark needs to be verified, it won't show the accuracy and BER img.png

Sources