Skip to content

Commit 6756f1f

Browse files
authored
Merge pull request #137 from SharpAI/develop
Develop
2 parents 8c002f9 + 385e692 commit 6756f1f

File tree

90 files changed

+4935
-782
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+4935
-782
lines changed

README.md

Lines changed: 4 additions & 5 deletions

skills.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,75 @@
9696
"medium",
9797
"large"
9898
]
99+
},
100+
{
101+
"id": "smarthome-bench",
102+
"name": "SmartHome Video Anomaly Benchmark",
103+
"description": "VLM evaluation suite for video anomaly detection in smart home camera footage — 7 categories, 105 curated clips from SmartHome-Bench.",
104+
"version": "1.0.0",
105+
"category": "analysis",
106+
"path": "skills/analysis/smarthome-bench",
107+
"tags": [
108+
"benchmark",
109+
"vlm",
110+
"video",
111+
"anomaly-detection",
112+
"smart-home"
113+
],
114+
"platforms": [
115+
"linux-x64",
116+
"linux-arm64",
117+
"darwin-arm64",
118+
"darwin-x64",
119+
"win-x64"
120+
],
121+
"requirements": {
122+
"node": ">=18",
123+
"ram_gb": 2,
124+
"system_deps": [
125+
"yt-dlp",
126+
"ffmpeg"
127+
]
128+
},
129+
"capabilities": [
130+
"benchmark",
131+
"report_generation"
132+
],
133+
"ui_unlocks": [
134+
"benchmark_report"
135+
]
136+
},
137+
{
138+
"id": "homesafe-bench",
139+
"name": "HomeSafe Indoor Safety Benchmark",
140+
"description": "VLM evaluation suite for indoor home safety hazard detection — 40 tests across 5 categories: fire/smoke, electrical, trip/fall, child safety, falling objects.",
141+
"version": "1.0.0",
142+
"category": "analysis",
143+
"path": "skills/analysis/homesafe-bench",
144+
"tags": [
145+
"benchmark",
146+
"vlm",
147+
"safety",
148+
"hazard",
149+
"indoor"
150+
],
151+
"platforms": [
152+
"linux-x64",
153+
"linux-arm64",
154+
"darwin-arm64",
155+
"darwin-x64",
156+
"win-x64"
157+
],
158+
"requirements": {
159+
"node": ">=18",
160+
"ram_gb": 2
161+
},
162+
"capabilities": [
163+
"benchmark"
164+
],
165+
"ui_unlocks": [
166+
"benchmark_report"
167+
]
99168
}
100169
]
101170
}

skills/analysis/home-security-benchmark/SKILL.md

Lines changed: 11 additions & 6 deletions
611 KB
671 KB
676 KB
712 KB
553 KB
664 KB
679 KB

0 commit comments

Comments
 (0)