wanderer-moe / api

📦 The API for https://wanderer.moe/ — (v2 branch) created using Cloudflare Workers, R2, DO, Hono, Lucia Auth, Drizzle, Turso, Scalar & Resend
https://api.wanderer.moe
GNU General Public License v3.0
69 stars 2 forks source link

content moderation / filters #69

Closed dromzeh closed 6 months ago

dromzeh commented 8 months ago

something like rekognition should work for images (i love aws) ref: https://docs.aws.amazon.com/rekognition/latest/APIReference/API_DetectModerationLabels.html

anything that somehow avoids the filter can just be reported lol

dromzeh commented 6 months ago

created a separate CF worker to handle this instead so we aren't putting too much load (+ it can be reusable), will just need to implement fetch logic & pass another environment var for auth

dromzeh commented 6 months ago

006d36f