Replace NSFW detector implementation

This commit is contained in:
Mia Herkt
2024-09-25 18:12:39 +02:00
parent 3330a85c2c
commit 6393538333
8 changed files with 21 additions and 3566 deletions

View File

@@ -95,12 +95,15 @@ Optional:
NSFW Detection
--------------
0x0 supports classification of NSFW content via Yahoos open_nsfw Caffe
neural network model. This works for images and video files and requires
the following:
0x0 supports classification of NSFW content via
`a machine learning model <https://huggingface.co/giacomoarienti/nsfw-classifier>`_.
This works for images and video files and requires the following
Python modules:
* Caffe Python module (built for Python 3)
* `PyAV <https://github.com/PyAV-Org/PyAV>`_
* torch
* transformers
* pillow
* `av <https://github.com/PyAV-Org/PyAV>`_
Virus Scanning