I am looking for a way to determine if an image is explicit (safe for use) or not.
I'm currently looking for an API that can do this, but so far I have not had any success.
One of my ideas was to use the google search API and specify the URL of the image and see if it will be included in the results if safeSearch is included, but it will not work on the image that was added before the crawler approached it.
As an alternative, I'm looking for pointers as to what to look for in an image to determine how SFW is. Any suggestions regarding shapes, colors or patterns?
source
share