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
- Host: GitHub
- URL: https://github.com/mikayelgr/nudec
- Owner: mikayelgr
- License: bsd-3-clause
- Created: 2021-07-10T21:12:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T05:35:51.000Z (over 4 years ago)
- Last Synced: 2025-03-19T23:35:00.331Z (about 1 year ago)
- Topics: docker, flask, microservice, nudenet, python
- Language: Python
- Homepage: https://github.com/MichaelGrigoryan25/py-nudec
- Size: 22.5 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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