py-nudec (python nude detector) is a microservice, which scans all the images and videos from the multipart/form-data request payload and sends a response with a boolean value which indicates if all content has passed the checks.
This service uses NudeNet created by notAI-tech
To start the service run the run
command:
make run
This will install all the necessary dependencies and will start the service.
/analyze
is the one and only route that accepts POST requests and multipart/form-data information. This is the route which scans all media that was sent by the payload