mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-09 06:51:03 +01:00
21 lines
461 B
JSON
Executable File
21 lines
461 B
JSON
Executable File
{
|
|
"name": "DeepStack (CPU)",
|
|
"version": "2021.09.1",
|
|
"url": "https://github.com/johnolafenwa/DeepStack",
|
|
"slug": "deepstack-cpu",
|
|
"description": "The World's Leading Cross Platform AI Engine for Edge Devices",
|
|
"arch": ["amd64"],
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"ports": {
|
|
"5000/tcp": 5001
|
|
},
|
|
"ports_description": {
|
|
"5000/tcp": "API"
|
|
},
|
|
"environment": {
|
|
"VISION-FACE": "True",
|
|
"VISION-DETECTION": "True"
|
|
}
|
|
}
|