Add NSFW detection

This commit is contained in:
Martin Herkt
2017-10-27 05:22:11 +02:00
parent def5d9802f
commit 7bbeb2d144
7 changed files with 3666 additions and 10 deletions

View File

@@ -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 Yahoos 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
---