What does it do?
Minor Detection API will classify pictures and returns True if it is able to detect a child, teenager or a baby. This is useful if you run a business that needs heavy moderation of preventing users from posting pictures of minors.
How it works:
If a minor is detected in the image, a confidence score will be calculated for the result and returned. A score of 1 would mean that the content almost certainly contains a minor in it while a score close to 0 would imply that we are not that sure. In most cases, value of 0.5 is safe to go.
Where to use it
Minor Detection API is predominantly used by social media and news sites where a massive amount of user generated data needs to be moderated lightning fast. Instead of manually approving all uploaded images or hosting inappropriate images until someone reports, using Minor Detection API helps you prevent any complaints.
Key Features
- Fast response time.
- Pre-trained models.
- Auto rotates images.
- Predicts a confidence score.