TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WebPurify Profanity Filter, Image Moderation, Video Moderation APIs

13 pointsby opusdieabout 10 years ago

5 comments

chadlundgrenabout 10 years ago
Demo page:<p><a href="http:&#x2F;&#x2F;www.webpurify.com&#x2F;features&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.webpurify.com&#x2F;features&#x2F;</a><p>Well, it passes the &quot;Scunthorpe&quot; test for that word at least.<p><a href="http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Scunthorpe_problem" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Scunthorpe_problem</a><p>Oddly, it flags &quot;sex&quot; as profanity while finding &quot;rape&quot; not profanity. &quot;sexual&quot; is fine though. I found a false positive -- &quot;cornhole&quot; -- which is a sport most popular in the Midwest:<p><a href="http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Cornhole" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Cornhole</a><p>It also handles the &quot;space in a swear word issue&quot;.
评论 #9291308 未加载
webpurifyabout 10 years ago
Hey Everyone,<p>I&#x27;m Jon (CTO) of WebPurify. I wanted to answer some of your questions.<p>1) There will be false positives and negatives with any profanity filter, we just try our best to minimize these. Our filter&#x27;s algorithm is based on several years of feedback from our customers and you have the options of adding words to your custom allow&#x2F;reject lists.<p>2) Most of the alternative image and video moderation services use crowdsourcing, which we have found to be generally inaccurate, not to mention there are security issues.<p>We have dedicated teams.<p>3) Simultaneous connections means the number of open connections you can have to our service at any one time. We chose this pricing model because it takes far more processing time to filter 100,000 characters than it does to filter 10 characters.<p>So basically, the longer the text you filter, the fewer requests you can make in a given period of time.<p>4) Our Video Moderation API will be publicly available in the next few months, until then contact sales@webpurify.com if you would like to discuss a custom project.<p>As always our Support Team (support@webpurify.com) is available to answer any questions you may have.<p>Thanks!
评论 #9292876 未加载
评论 #9294812 未加载
esilverberg2about 10 years ago
Does anyone have experience with alternative services that provide this? CrowdFlower used to offer image moderation (<a href="http:&#x2F;&#x2F;techcrunch.com&#x2F;2012&#x2F;06&#x2F;21&#x2F;crowdflower-rtfm-2-0&#x2F;" rel="nofollow">http:&#x2F;&#x2F;techcrunch.com&#x2F;2012&#x2F;06&#x2F;21&#x2F;crowdflower-rtfm-2-0&#x2F;</a>) but they killed the product 18 months ago.<p>I realize you can build this with Mechanical Turk, etc, but am specifically interested in ones that offer out-of-box nudity detection.
MichaelGGabout 10 years ago
Cool, I actually am on a project that needs exactly this. However, I find the pricing for profanity confusing. Per simultaneous requests is a bit strange and makes it hard to determine what we need. I think you should consider doing it by total volume, with some sort of automatic rate limiting if you must.
dberlindabout 10 years ago
There doesn&#x27;t seem to be any hint of information about an API for this. There are links to API docs for the other two services offered by Webpurify. But not this one.
评论 #9291210 未加载