From 7bbeb2d1442af00b3dc658af30c442d83cd767c0 Mon Sep 17 00:00:00 2001 From: Martin Herkt Date: Fri, 27 Oct 2017 05:22:11 +0200 Subject: Add NSFW detection --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index ca5ba46..cf2ac7d 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,17 @@ now and then. Before running the service for the first time, run ``./fhost.py db upgrade``. +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) +* ``ffmpegthumbnailer`` executable in ``$PATH`` + + FAQ --- -- cgit v1.2.3