AppFeed/templates/ndetarsRepository/n8detar/deepstack-ui.xml
2021-02-23 15:49:21 -05:00

69 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>deepstack-ui</Name>
<Repository>robmarkcole/deepstack-ui</Repository>
<Registry>https://hub.docker.com/r/robmarkcole/deepstack-ui</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Project>https://github.com/robmarkcole/deepstack-ui</Project>
<Overview>UI for working with Deepstack. Allows uploading an image and performing object detection with Deepstack. The effect of various parameters can be explored, including filtering the classes of object detected, filtering by minimum confidence, and spatial filtering using a region of interest (ROI). Created by robmarkcole.&#13;
[br]&#13;
https://github.com/robmarkcole/deepstack-ui&#13;
</Overview>
<WebUI>http://[IP]:[PORT:8501]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/n8detar/docker-templates/master/n8detar/deepstack-ui.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/n8detar/docker-templates/master/n8detar/images/deepstack-ui.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>8501</HostPort>
<ContainerPort>8501</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data></Data>
<Environment>
<Variable>
<Value>localhost</Value>
<Name>DEEPSTACK_IP</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>80</Value>
<Name>DEEPSTACK_PORT</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>DEEPSTACK_API_KEY</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value>10</Value>
<Name>DEEPSTACK_TIMEOUT</Name>
<Mode></Mode>
</Variable>
<Variable>
<Value></Value>
<Name>DEEPSTACK_CUSTOM_MODEL</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="WebUI" Target="8501" Default="8501" Mode="tcp" Description="For access to the Web UI. Default is 8501." Type="Port" Display="always" Required="true" Mask="false">8501</Config>
<Config Name="Deepstack IP" Target="DEEPSTACK_IP" Default="localhost" Mode="" Description="The IP address of your deepstack instance. Default is localhost. (DEEPSTACK_IP)" Type="Variable" Display="always" Required="true" Mask="false">localhost</Config>
<Config Name="Deepstack Port" Target="DEEPSTACK_PORT" Default="80" Mode="" Description="The PORT of your deepstack instance. Default is 80. (DEEPSTACK_PORT)" Type="Variable" Display="always" Required="true" Mask="false">80</Config>
<Config Name="Deepstack API Key" Target="DEEPSTACK_API_KEY" Default="" Mode="" Description="The API key of your deepstack instance, if you have set one. (DEEPSTACK_API_KEY)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Config Name="Deepstack Timeout" Target="DEEPSTACK_TIMEOUT" Default="10" Mode="" Description="The timeout to wait for deepstack. Default is 10 seconds. (DEEPSTACK_TIMEOUT)" Type="Variable" Display="always" Required="false" Mask="false">10</Config>
<Config Name="Deepstack Custom Model" Target="DEEPSTACK_CUSTOM_MODEL" Default="" Mode="" Description="The name of a custom model, if you wish to use one. (DEEPSTACK_CUSTOM_MODEL)" Type="Variable" Display="always" Required="false" Mask="false"></Config>
<Date>1609369598</Date>
<Description>UI for working with Deepstack. Allows uploading an image and performing object detection with Deepstack. The effect of various parameters can be explored, including filtering the classes of object detected, filtering by minimum confidence, and spatial filtering using a region of interest (ROI). Created by robmarkcole.&#13;
&#13;
https://github.com/robmarkcole/deepstack-ui</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/ndetarsRepository/n8detar/deepstack-ui.xml</templatePath>
</Container>