diff options
| author | Mia Herkt <mia@0x0.st> | 2024-09-25 18:12:39 +0200 |
|---|---|---|
| committer | Mia Herkt <mia@0x0.st> | 2024-09-27 06:34:14 +0200 |
| commit | 6393538333338f695e30cce98a82836b04d2658a (patch) | |
| tree | 9921894983b17b480889c495735df8d226e0f086 /README.rst | |
| parent | 3330a85c2c4d87f73f88b4ac461f6be18f5c165f (diff) | |
Replace NSFW detector implementation
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -95,12 +95,15 @@ Optional: NSFW Detection -------------- -0x0 supports classification of NSFW content via Yahoo’s open_nsfw Caffe -neural network model. This works for images and video files and requires -the following: - -* Caffe Python module (built for Python 3) -* `PyAV <https://github.com/PyAV-Org/PyAV>`_ +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: + +* torch +* transformers +* pillow +* `av <https://github.com/PyAV-Org/PyAV>`_ Virus Scanning |
