Framer AI AgentsDesign and publish professional sites with AI
Promoted
Maker
📌
I built a tool that uses AI to reverse TikTok's matcha filter effect on photos. The filter adds a green-yellow color cast, increased grain, and flattened contrast. My tool detects these artifacts and applies intelligent color correction to restore natural skin tones.
Tech: Cloudflare Workers backend + Volcengine Seedream AI model for image processing + Cloudflare Pages frontend (Vite + Tailwind).
The AI processes photos in ~15 seconds. I process them server-side because the filter reversal needs actual AI inference (competitors use browser WebGL2 which is limited to manual color adjustments).
Photos are uploaded via HTTPS, processed, and auto-deleted within 24 hours.
Free tier: 5 credits. https://matchafilterremover.site
Happy to answer questions about the AI pipeline, the Cloudflare Workers architecture, or the color correction approach.