DEV Community

Discussion on: Filter Image Uploads According to their NSFW Score

Collapse
 
veselinastaneva profile image
Vesi Staneva

Thank you for sharing this post!πŸ‘

My team just completed an open-sourced Content Moderation Service built with Node.js, TensorFlowJS, and ReactJS that we have been working over the past weeks. We have now released the first part of a series of three tutorials - How to create an NSFW Image Classification REST API and we would love to hear your feedback(no ML experience needed to get it working). Any comments & suggestions are more than welcome. Thanks in advance!
(Fork it on GitHub or click🌟star to support us and stay connectedπŸ™Œ)

Collapse
 
unqlite_db profile image
Vincent

Hone grown solution like the one you built for moderation tasks is not recommended. You should rely in the scale of modern web on battle tested APIs such the one provided by PixLab for content moderation tasks (NSFW detection API).

Collapse
 
veselinastaneva profile image
Vesi Staneva

What are the pros and cons of each solution in your opinion?