-
Notifications
You must be signed in to change notification settings - Fork 23
/
nudecrawler.toml
57 lines (48 loc) · 1.13 KB
/
nudecrawler.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#
# nudecrawler config
#
verbose=false
unbuffered=false
[depth]
days = 5
fails = 5
[filter]
all = false
expr = '(total_images>5 and new_nude_images>0) or total_video>0'
total = 1
max-errors = 5
min-content-length = 0
[detect]
# detect = "mudepy"
detect = "nudenetb"
extensions = [ ".jpeg",".jpg", ".png" ]
# min size of picture in kb to analyse
minsize = 10
max-pictures=10
[detector]
detect-image = ""
detect-url = ""
[cache]
# Path to cache file (in json format)
# cache =
# cache-save = 1000
cache = "/tmp/nccache.json"
cache-save = 1
[longrun]
workdir = "/tmp/"
log = "nudecrawler.jsonl"
# wordlist = null
stats = "nudecrawler-stats.txt"
# stop = null
# refresh = null
[nudenet]
FEMALE_BREAST_EXPOSED=0.5
BUTTOCKS_EXPOSED=0.2
FEMALE_GENITALIA_EXPOSED=0.5
MALE_GENITALIA_EXPOSED=0.5
ANUS_EXPOSED=0.5
ignore = ['FEMALE_BREAST_COVERED', 'BELLY_EXPOSED', 'FEMALE_GENITALIA_COVERED',
'FACE_FEMALE', 'FACE_MALE',
'MALE_BREAST_EXPOSED', 'FEET_EXPOSED', 'BELLY_COVERED', 'BELLY_EXPOSED', 'FEET_COVERED',
'ARMPITS_COVERED', 'ARMPITS_EXPOSED', 'ANUS_COVERED', 'FEMALE_BREAST_COVERED',
'BUTTOCKS_COVERED']