Skip to content

Commit 2b053e5

Browse files
committed
first release
1 parent e99d75f commit 2b053e5

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

meta.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"module_id": "viam-labs:verification-system",
3+
"visibility": "public",
4+
"url": "https://github.com/viam-labs/verification-system",
5+
"description": "A vision service classifier that sets up a security system to detect, verify, and alarm based on specified detections.",
6+
"models": [
7+
{
8+
"api": "rdk:service:vision",
9+
"model": "viam-labs:classifier:verification-system"
10+
}
11+
],
12+
"entrypoint": "run.sh"
13+
}

run.sh

100644100755
File mode changed.

src/__init__.py

100644100755
File mode changed.

src/__main__.py

100644100755
File mode changed.

src/verificationclassifier.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)