Skip to content

Commit

Permalink
registry (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob1in authored Dec 8, 2023
1 parent aa4cf3f commit eaa7017
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
module.tar.gz:
tar czf $@ --exclude='.DS_Store' *.sh .env src/*.py requirements.txt
13 changes: 13 additions & 0 deletions meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"module_id": "viam:deepface-identification",
"visibility": "public",
"url": "https://github.com/viam-labs/viam-face-identification",
"description": "This vision service provides face identification.",
"models": [
{
"api": "rdk:service:vision",
"model": "viam:vision:deepface-identification"
}
],
"entrypoint": "run.sh"
}

0 comments on commit eaa7017

Please sign in to comment.