Metadata-Version: 2.1
Name: aiboot
Version: 1.0.7
Summary: CubeAI模型服务化引擎
Home-page: https://github.com/cube-ai/aiboot.git
Author: cubeai
Author-email: cubeai@163.com
License: Apache License 2.0
Description: # CubeAI模型服务化引擎 —— AI-Boot
        
        将AI模型推理程序封装成为Web互联网服务。
        
        目前提供RESTful API、WebSocket和可视化Web GUI等多种形式的互联网API接口服务，支持二进制数据传输和文件上传。
        
        ## 依赖包地址 
        
        - https://pypi.org/project/aiboot
        
        ## 依赖包引用
        
            $ pip install aiboot
        
        ## 应用开发实例
        
        - CubeAI智立方
        
            - https://github.com/cube-ai/cubeai
            - https://code.ihub.org.cn/projects/1484/repository/cubeai_model_examples
        
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: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.5
Description-Content-Type: text/markdown
