Metadata-Version: 2.1
Name: cubeai-model-runner
Version: 2.3.3
Summary: CubeAI模型运行器
Home-page: https://github.com/cube-ai/cubeai-model-runner.git
Author: cubeai
Author-email: cubeai@163.com
License: Apache License 2.0
Keywords: CubeAI machine learning model runner server ml ai
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: cython (==0.29.21)
Requires-Dist: requests (==2.24.0)
Requires-Dist: tornado (==6.0.4)
Requires-Dist: pyyaml (==5.3.1)

# cubeai-model-runner

CubeAI模型服务化框架

将AI推理模型程序封装成为API接口形式的互联网服务。可提供RESTful API和Web图形界面两种形式的接口服务。

    版权所有 © 2019-2020 中国联通研究院

## 依赖包地址 

- https://pypi.org/project/cubeai-model-runner

## 依赖包引用

    $ pip install cubeai_model_runner

## 应用开发实例

- CubeAI智立方

    - https://cubeai.dimpt.com
    - https://github.com/cube-ai/cubeai
    - https://code.ihub.org.cn/projects/1484/repository/cubeai_model_examples


