Metadata-Version: 2.1
Name: iBoot
Version: 1.2.5
Summary: iBoot —— AI模型服务化引擎
Home-page: https://git.openi.org.cn/OpenI/cubeai_iboot
Author: cubeai
Author-email: cubeai@163.com
License: Apache License 2.0
Description: # iBoot —— AI模型服务化引擎
        
        用于将Python程序封装成为Web互联网服务的Web服务化引擎（框架）。尤其适用于AI模型推理程序的互联网化封装和部署。
        
        目前提供RESTful API、WebSocket和可视化Web GUI等多种形式的互联网API接口服务，支持二进制数据传输和文件上传。
        
        ## 开源主页 
        
        - https://git.openi.org.cn/OpenI/cubeai_iboot
        
        ## 依赖包主页 
        
        - https://pypi.org/project/iboot
        
        ## 依赖包安装
        
            $ pip install iboot -i https://pypi.tuna.tsinghua.edu.cn/simple
        
        ## 应用开发实例
        
        - CubeAI智立方： https://git.openi.org.cn/OpenI/cubeai   
        - CubeAI智立方模型实例（基于iBoot开发）： https://git.openi.org.cn/OpenI/cubeai_examples
        
Keywords: AI model micro-service web RESTful API cloud-native 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
