-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
84 lines (84 loc) · 1.7 KB
/
config.json
File metadata and controls
84 lines (84 loc) · 1.7 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"interests": {
"Efficient ML / Edge AI": {
"query": "cat:cs.LG OR cat:cs.CV OR cat:cs.CL",
"keywords": [
"efficient",
"edge",
"compression",
"quantization",
"pruning",
"distillation",
"inference",
"lightweight",
"mobile",
"accelerat"
]
},
"Privacy-Preserving ML": {
"query": "cat:cs.CR OR cat:cs.LG",
"keywords": [
"privacy",
"federated",
"differential",
"secure",
"encrypted",
"confidential",
"private",
"anonymi"
]
},
"Creative AI / Emotion": {
"query": "cat:cs.AI OR cat:cs.SD OR cat:cs.HC",
"keywords": [
"emotion",
"generative",
"creative",
"music",
"affective",
"sentiment",
"art",
"design",
"audio",
"synthesis"
]
},
"Lightweight Systems": {
"query": "cat:cs.DC OR cat:cs.AR",
"keywords": [
"embedded",
"iot",
"edge",
"resource",
"constrained",
"microcontroller",
"low-power",
"sensor",
"device"
]
},
"Offline-First / Local AI": {
"query": "cat:cs.LG",
"keywords": [
"local",
"device",
"mobile",
"offline",
"on-device",
"edge",
"browser",
"client-side",
"standalone"
]
}
},
"settings": {
"papers_per_interest": 25,
"summary_max_length": 160,
"recent_days": 7,
"fallback_days": 90,
"min_papers_threshold": 5,
"fetch_multiplier": 3,
"user_agent": "ResearchDigestBot/1.0 (github.com/usr-wwelsh)"
}
}