The repository contains a Python pipeline for applying watermark to the AI-READI dataset based on the file type. It depends on the AI-READI watermark-library.
- Python >= 3.13
- Azure Command Line Interface
- AzCopy >=
V10 - Login to the appropriate Azure tenent
-
Copy the env.sample to .env
-
Update the .env with the appropriate values
-
Add the watermarking library configuration:
ai-readi_watermarking-lib_config.json -
Initialize the virtualenv module
python -m venv .venv /bin/bash .venv/bin/activate
-
Install the dependencies
python -m pip install -e . -
Run the
batch.pyscriptpython batch.py
To report any issues with the software, suggest improvements, or request a new feature, please open a new issue via the Issues tab. Provide adequate information (operating system, steps leading to error, screenshots) so we can help you efficiently.
This work is licensed under MIT. See LICENSE for more information.
