Question

I am developing a Blog kinda app where a user can upload images, videos, text, etc. My problem is that I wanted to stop the users from uploading any explicit content. I need to check whether the image or text contained with any explicit or bad content. Till now I am not able to check if the text contains any explicit contents. In this, I compare the textual words with my database word dictionary. But I feel it is not a perfect solution as the number of words are too many. I wanted to know if this kind of checking is feasible and if it is not possible to do so, then any suggestions that I should follow and most importantly in the case of images. I am ready to use any API if it exist for such problems.

If there are any specific libraries in other platforms can also be helpful for reference purpose.

Was it helpful?

Solution

If you would like to remove spam it is a nice to consider Akismet. (Wordpress installations come with default integration.) There is an another widely used one called SpamWipe.

If you would like to check Plagiarism, there are other tools like the one that small seo tools is providing. You can take a look at copyleaks.com too.

There is a good list for API-s to use in your case:

http://blog.mashape.com/list-of-18-apis-to-protect-your-site/

Of course you could use this kind of API-s in your application.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top