100% in-browser · No uploads

Remove the Gemini watermark from generated images.

Drop an image and get a clean copy back. Everything runs in your browser — no server, no account, no waiting.

Drop an image to clean it
or click to choose · PNG, JPG, WEBP
See it in action

Hover any image to see the original watermark · zoom inset shows the corner detail

Another project of mine

Hermex

Drive ChatGPT and Gemini from Python — through the free web UI.

No API keys No billing No rate limits
View documentation →
from hermex import ChatGPT

response = ChatGPT.simple_query(
    "What does this receipt say?",
    attachments=["receipt.jpg"],
)
print(response.text)