DEEP OC 命令行界面 (DEEP OC CLI)
项目描述
deep-oc-client
DEEP OC 命令行界面 (DEEP OC CLI)。
这是一个命令行工具(也是一个库),用于与 DEEP-Hybrid-DataCloud 市场place 交互,允许您浏览、获取信息、下载和执行发布的模块。
- 免费软件:Apache许可证 2.0
- 源代码: https://github.com/alvarolopez/deep-oc-client
- 错误: https://github.com/alvarolopez/deep-oc-client/issues
- 文档:待定
安装
您可以通过PyPI进行安装
pip install deep-oc-client
用法
要列出模块,可以使用 module ls
$ deep-oc module list
+-------------------------------------------+-------------------------------------------------+--------------------------------------------------------------------+------------+
| Title | DockerHub container | url | License |
+-------------------------------------------+-------------------------------------------------+--------------------------------------------------------------------+------------+
| DEEP OC Dogs breed detection | deephdc/deep-oc-dogs_breed_det | https://github.com/deephdc/DEEP-OC-dogs_breed_det | MIT |
+-------------------------------------------+-------------------------------------------------+--------------------------------------------------------------------+------------+
要获取有关模块的信息,可以使用 module show
$ deep-oc module show https://github.com/deephdc/deep-oc-dogs_breed_det
+----------------------+---------------------------------------------------------------------------+
| Field | Value |
+----------------------+---------------------------------------------------------------------------+
| TOSCA_template | Yes |
| build_status | SUCCESS |
| date_creation | 2018-11-18 |
| docker_registry_repo | deephdc/deep-oc-dogs_breed_det |
| dockerfile_repo | https://github.com/deephdc/DEEP-OC-dogs_breed_det |
| keywords | ['docker', 'tensorflow', 'cnn'] |
| license | MIT |
| model_source_code | https://github.com/deephdc/dogs_breed_det |
| summary | A test application to identify Dog's breed as an example for DEEPaaS API. |
| title | DEEP OC Dogs breed detection |
+----------------------+---------------------------------------------------------------------------+
要获取完整命令列表以及用法详情,请检查输出
deep-oc help
项目详情
下载文件
下载适合您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。
源分发
deep-oc-client-0.1.0.tar.gz (26.5 kB 查看哈希值)
构建分发
deep_oc_client-0.1.0-py3-none-any.whl (20.4 kB 查看哈希值)