Home/Computer Vision/remove-ai-watermarks
remove-ai-watermarks logo

remove-ai-watermarks

Enrichment pending
wiltodelta/remove-ai-watermarks

AI watermark remover. CLI and Python library to strip visible and invisible AI watermarks (Gemini / Nano Banana sparkle, SynthID) and provenance metadata (C2PA, EXIF, IPTC) from images.

GraphCanon updated today · GitHub synced today

3.9k
Stars
359
Forks
3
Open issues
10
Watchers
today
Last push
Python Apache-2.0Created Mar 25, 2026

Trust & integrity

Full report
Maintenance
Very active (0d since push)
As of today · Source: github_public_v1
Provenance
Not a fork · Personal account
As of today · Source: github_public_v1
Security (OSV)
No lockfile
As of today · Source: none

Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.

Overview

AI watermark remover. CLI and Python library to strip visible and invisible AI watermarks (Gemini / Nano Banana sparkle, SynthID) and provenance metadata (C2PA, EXIF, IPTC) from images.

Capability facts

CLI
CLI entrypoint

Source: pyproject.toml:[project.scripts] · Jul 11, 2026

Languages
python

Source: github.language+pyproject.toml · Jul 11, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Python runtimePython

Source: README excerpt (regex_v1, Jul 11, 2026)

**Prerequisites:** Python 3.10+ and `pip` (or [`uv`](https://docs.astral.sh/uv/)).
Source link

Tags

README

Install from repository

Prerequisites: Python 3.10+ and pip (or uv).


---

# 2. Install the package in editable mode
pip install -e .

---

# Install with dev dependencies (pytest, ruff, pyright)
pip install -e ".[dev]"

---

## Requirements

- Python ≥ 3.10
- **Visible removal / metadata**: CPU only, no GPU required
- **Invisible removal**: GPU recommended (CUDA or MPS), works on CPU (slow)

---

# Install certifi (the tool auto-detects it)
pip install certifi

---

## License

[Apache 2.0](LICENSE). Copyright 2025-2026 wiltodelta.