The NSFW Detection is a RESTful API which can identify adult content through a CNN-model
The NSFW Detection is built with Django
The NSFW Detection is containerized into Dockerfile and docker-compose, so you can deploy them in any docker-installed instance
Requirements of the project
Batalk is an online board game platform
It grew to a larger user population and the user regulation became stricter when the chat function is developed
App Store requires Batalk to developed a mechanism to filter the NSFW(Not Safe For Work) content
Therefore, the task is to developed an API which can detect whether the uploaded images to the server is NSFW or SFW(Safe For Work)
Possible solutions
While there are several popular backend frameworks which are suitable for the project, I still recommended Django as the Backend Framework
Not only because I am familiar with this framework but also because it provides a very intuitive way to establish an admin backstage for the maintainer to inspect the status