Skip to content

Microservice written in Python for detecting inappropriate content in images and videos

License

Notifications You must be signed in to change notification settings

Cunny/nudec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-nudec

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

Configuration

To start the service run the run command:

make run

This will install all the necessary dependencies and will start the service.

Endpoint for checking

/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

About

Microservice written in Python for detecting inappropriate content in images and videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.9%
  • Dockerfile 14.4%
  • Makefile 4.7%