Metadata-Version: 2.1
Name: cubetools
Version: 0.2.5
Summary: CubeAI模型开发常用工具集
Home-page: https://openi.pcl.ac.cn/cubeai/cubetools
Author: cubeai
Author-email: cubeai@163.com
License: Apache License 2.0
Description: # CubeTools
        
        [CubeAI智立方](https://openi.pcl.ac.cn/OpenI/cubeai) 模型和应用开发常用工具集。
        
        目前主要包括：
        
        - 图像前处理、后处理常用函数封装。
        - 视频流媒体捕获、AI处理、转发服务封装。
        - 基于 [OpenVino推理引擎](https://pypi.org/project/openvino/) 封装的通用OpenVino模型推理器。
        - 基于 [Paddle Inference](https://www.paddlepaddle.org.cn/paddle/paddleinference) 推理引擎封装的通用PaddlePaddle模型推理器。
        - 基于 [MindSpore Lite](https://www.mindspore.cn/lite) 推理引擎封装的通用MindSporeLite推理器。
        
        ## 开源主页
        
        - https://openi.pcl.ac.cn/cubeai/cubetools
        
        ## 依赖包主页 
        
        - https://pypi.org/project/cubetools
        
        ## 依赖包安装
        
            pip install cubetools -i https://pypi.tuna.tsinghua.edu.cn/simple
        
        ## 应用举例
        
        - [CubeAI模型示范库](https://openi.pcl.ac.cn/cubeai-model-zoo/cubeai-model-zoo)
        
        
Keywords: AI application tools
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
