This package can check if images have nudity with Pixlab NSFW API.
It can take the URL of the location of a given image file and send a HTTP request to Pixlab NSFW (Not Suitable For Work) Web service API.
This Web service uses machine vision analysis methods to determine if the uploaded image may contain adult content and returns a number that represents a score of the degree of probability that the image may contain people in appearing nude.
It may also return the image blurred in the areas that contain nudity.
Process images using the PixLab Machine Vision API
This class can process images using the PixLab Machine Vision API.
It can send HTTP GET and POST requests to the PixLab API server to perform several types of operations on images.
Currently it supports all API request types to perform operations like detecting faces on images, blurring faces, applying Snapchat like filters, etc..