![]() |
|
"be consistent" | |
PerlMonks |
Vote-based porn detectionby Sixtease (Friar) |
on Dec 30, 2009 at 09:15 UTC ( #814895=perlquestion: print w/replies, xml ) | Need Help?? |
Sixtease has asked for the wisdom of the Perl Monks concerning the following question: Dear Monks, I run a site where I would like to add ads from Google AdSense. They require the site to not contain pornography. However, I host contests in creating images and I want to let the contestants send whatever they please. So I thought I'd just let people flag their and other's creations as porn or clean and based on the flags, I'd determine whether a user-submitted picture is porn or not. If it was, and the viewing user preferred to see such content, Google ads would not be shown.
Firstly, do you think this is a good way to go?
This is exactly how I plan to do it: Input
Submission states
Resolution
When enough submissions are flagged and decided by admins, I could train a statistical model to decide porn / clean status based on non-admin flags. ...so, what do you think?
use strict; use warnings; print "Just Another Perl Hacker\n";
Back to
Seekers of Perl Wisdom
|
|