An open API service indexing awesome lists of open source software.

https://github.com/mikayelgr/nudec

Microservice written in Python for detecting inappropriate content in images and videos
https://github.com/mikayelgr/nudec

docker flask microservice nudenet python

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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](https://github.com/notAI-tech/NudeNet) created by [notAI-tech](https://github.com/notAI-tech)

## Configuration

To start the service run the `run` command:

```bash
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