diff options
author | Martin Herkt <lachs0r@srsfckn.biz> | 2017-10-27 05:22:11 +0200 |
---|---|---|
committer | Martin Herkt <lachs0r@srsfckn.biz> | 2017-10-27 05:28:45 +0200 |
commit | 7bbeb2d1442af00b3dc658af30c442d83cd767c0 (patch) | |
tree | fe35211cd687136921b61209e8064a6165c20607 /README.rst | |
parent | Add querybl command to query uploads by addresses in blacklist (diff) | |
download | hex-zero-7bbeb2d1442af00b3dc658af30c442d83cd767c0.tar.gz hex-zero-7bbeb2d1442af00b3dc658af30c442d83cd767c0.tar.bz2 hex-zero-7bbeb2d1442af00b3dc658af30c442d83cd767c0.zip |
Add NSFW detection
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 --- |