Looking for suggestions! I am creating an app that will allow users to upload their own video. On a small scale, I can moderate this type of thing myself for illegal videos or unwanted videos (porn for example).
But what about at scale? Is there a plugin or API that would help with flagging content automatically?
I suppose that is the best way forward. You can’t keep everything from being seen by everyone, but you hope that the userbase flags things fast enough for you.
If your app generate thumbnails form the videos, you could use that one to detect and filter explicit, suggestive, adult, pornographic, NSFW or violent content within a JPEG or PNG image URL, provided as input.