Hi I’m making an art site where you can upload art to your class!
I’m trying to learn how to detect if an image is inappropriate in html. Please help!
Project link
There isn’t really a great way to do that, the best way is it add a report button for users to flag content. However, you could always have a look at Google Vision AI which can detect inappropriate images:
Try
This can run on both the client and the server but usually running it on the server is the way to go because not everyone can spare the gpu/cpu power and it’ll slow down your site.
Thanks to
for this btw
How do I use it?
Check the docs on the GitHub repos.
Hi @Someone_Random!
I have used this NSFW API before in a Discord Bot and it works well:
https://nanonets.com/content-moderation-api/
You get to test 1000 images per month for free. I have never tried on the client side, but it worked for me on backend node.js
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.