Metadata-Version: 2.1
Name: cubeai-model-runner
Version: 0.2.5
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 protobuf 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, <=3.7
Description-Content-Type: text/markdown
Requires-Dist: ucumos
Requires-Dist: lark-parser
Requires-Dist: connexion (==1.5.3)
Requires-Dist: gunicorn
Requires-Dist: pyyaml
Requires-Dist: jinja2
Requires-Dist: protobuf
Requires-Dist: flask-cors
Requires-Dist: swagger-ui-bundle

# cubeai-model-runner

CubeAI模型运行器。

[CubeAI平台](https://cubeai.dimpt.com)中生成的模型docker镜像在部署运行后，首先会调用cubeai-model-runner，启动一个web容器，将模型内部函数映射成为RESTful API接口对外提供服务。

依赖包地址： https://pypi.org/project/cubeai-model-runner

使用pip安装:

    $ pip install cubeai_model_runner

基于[acumos-model-runner](https://pypi.org/project/acumos-model-runner)改编。


