#1 · Primary category: Privacy-Preserving & Federated Data Science
watermarks-remover
A privacy-first app that strips AI watermarks from content you own.
Project last updated:08/29/26
GitHub Stars
19.2K
Forks
2.2K
Contributors
39
License
MIT
Why we included this project
AI assistants from several vendors now embed provenance marks in the text and files they produce, which matters if you want to publish or share that content without the marks. This project strips them in layers: deterministic Python scripts scrub invisible Unicode, exotic spaces, and bidi characters from text; an optional rewrite hook targets token-sampling watermarks like SynthID-class marks; and file-level cleaning removes C2PA, EXIF, and XMP metadata from PNG, JPEG, PDF, DOCX, and HTML. It ships both as an agent skill for Grok-style environments and as standalone stdlib-only scripts, so the text and metadata layers run without any model calls. The project is explicit that it is meant for content you own, which makes it a privacy and hygiene tool rather than a way to launder someone else's work.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
PySyft
Perform data science on data that remains in someone else's server
presidio
An open-source framework for detecting, redacting, masking, and anonymizing sensitive data (PII) across text, images, and structured data. Supports NLP, pattern matching, and customizable pipelines.
flower
Flower: A Friendly Federated AI Framework
ai.robots.txt
A list of AI agents and robots to block.
deep-prove
Framework to prove inference of ML models blazingly fast