About this Cloud Hub Solution:
The Nudity Detection classifier is available as an API that can be integrated with existing applications. It accepts an image file as binary data or a URL and flags it as nude content in real-time.
The classifier assigns a score on a 1 to 5 scale to the content submitted to it. A score of 5 indicates that the content is likely to be nude, while a score close to 1 implies that the content is safe for publication. In most cases, a score of 4 is considered safe.
Example
The classifier is intelligent enough to identify swimsuits and will classify them as "unlikely" to contain adult content.The API will return the following response for such a photo: { "description": "Unlikely contains adult content", "value": 2}
You can determine the acceptable level of nudity on your platform by setting a threshold value. If you want to be 100% safe, you can set the threshold to 1.