Metadata-Version: 2.1
Name: cubeai_model_runner
Version: 2.1.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
Description: # 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
        
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
