nntnnc
Chevereto Member
A simple JavaScript library to help you quickly identify unseemly images
Github:https://github.com/infinitered/nsfwjs
nsfwjs is similar to ModerateContent, but nsfwjs is completely open source. Can be self-deployed. In the actual test, the accuracy of nsfwjs does not lose ModerateContent
deploy demo:
docker is very convenient:
success!!!
you will get an API:
Yes, that's right. You can even call the API through 127.0.0.1 if you want. That is, local direct identification. Instead of calling it through the public network ip. it will be faster
ModerateContent has limited capabilities and often crashes. I hope the developers consider adding nsfwjs to chevereto, the main thing is that it is completely free. completely open source
Github:https://github.com/infinitered/nsfwjs
nsfwjs is similar to ModerateContent, but nsfwjs is completely open source. Can be self-deployed. In the actual test, the accuracy of nsfwjs does not lose ModerateContent
deploy demo:
docker is very convenient:
Rich (BB code):
docker run -p 3000:3000 ghcr.io/arnidan/nsfw-api:latest
success!!!
you will get an API:
Rich (BB code):
http://127.0.0.1:3000/classify
Yes, that's right. You can even call the API through 127.0.0.1 if you want. That is, local direct identification. Instead of calling it through the public network ip. it will be faster
ModerateContent has limited capabilities and often crashes. I hope the developers consider adding nsfwjs to chevereto, the main thing is that it is completely free. completely open source