No Description

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

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