README.md
September 25, 2025 ยท View on GitHub
# WatermarkLab website
WatermarkLab website is an interactive visualization website for watermark benchmarking.
## Installation and Usage
### 1. Download WatermarkLab Website
First, download the watermarklab_website files:
```bash
# Download the project files
2. Navigate to Project Directory
cd watermarklab_website
3. Activate Python Environment
# Activate your Python virtual environment
# For example, if you're using conda:
conda activate your_env_name
# Or if you're using venv:
your_venv_name\Scripts\activate # Windows
source your_venv_name/bin/activate # Mac/Linux
4. Start the Server
python -m http.server 8080
5. Access Interactive Visualization Interface
Open your browser and visit:
http://localhost:8080
Now you can interact with the watermark detection and analysis tools through the interactive web interface.