Files
hassio-addons-avm/deepstack-cpu/config.json

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"
}
}