GeminiWatermarkRemover
Verified Safeby Hooryo
Overview
Remove watermarks from images generated by Gemini AI using client-side processing.
Installation
python -m http.server 8000Security 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
gemini-cli
The A2A (Agent-to-Agent) server implementation for the Gemini CLI, exposing tools and resources via the Model Context Protocol (MCP) to extend Gemini CLI capabilities.
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.
nanobanana-api-mcp
An MCP server providing image generation and editing capabilities via the Google Gemini API, integrable with various AI coding assistants and IDEs.
gemini-image-mcp-server
Generates and edits images using Google Gemini AI, offering both an MCP server and a command-line interface.