From 6393538333338f695e30cce98a82836b04d2658a Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Wed, 25 Sep 2024 18:12:39 +0200 Subject: Replace NSFW detector implementation --- README.rst | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index ba8748a..70c88be 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ +0x0 supports classification of NSFW content via +`a machine learning model `_. +This works for images and video files and requires the following +Python modules: + +* torch +* transformers +* pillow +* `av `_ Virus Scanning -- cgit v1.2.3