Back to Home
Hooryo icon

GeminiWatermarkRemover

Verified Safe

by Hooryo

Overview

Remove watermarks from images generated by Gemini AI using client-side processing.

Installation

Run Command
python -m http.server 8000

Security Notes

The application operates entirely client-side, processing images locally in the browser without uploading them to any server, significantly enhancing user privacy. The LaMa AI method downloads a ~200MB ONNX model and ONNX Runtime from external CDNs (Hugging Face, JSDelivr), which introduces a common supply chain risk if those hosts were compromised. The Web Worker code, while created from a string, does not use eval for arbitrary input and appears to be well-contained for its intended purpose.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-17

Tags

Image processingWatermark removalClient-sideAIBrowser application