Last active
December 2, 2021 18:51
-
-
Save vinayakvanarse/96a4bde2dfbfd2602de8cd96e2c3efc4 to your computer and use it in GitHub Desktop.
ModerateImage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"result": { | |
"predictions": [ | |
{ | |
"violence": "UNLIKELY" | |
}, | |
{ | |
"neutral-sketch": "POSSIBLE" | |
}, | |
{ | |
"neutral": "UNLIKELY" | |
}, | |
{ | |
"porn-hentai": "VERY_UNLIKELY" | |
}, | |
{ | |
"sexy": "VERY_UNLIKELY" | |
}, | |
{ | |
"porn": "VERY_UNLIKELY" | |
}, | |
{ | |
"kick": "VERY_LIKELY" | |
} | |
], | |
"classifications": [ | |
{ | |
"type": "pop bottle, soda bottle", | |
"probability": "UNLIKELY" | |
}, | |
{ | |
"type": "beer bottle", | |
"probability": "VERY_UNLIKELY" | |
}, | |
{ | |
"type": "ladle", | |
"probability": "VERY_UNLIKELY" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment