# QMLib **Repository Path**: nathanjoy/QMLib ## Basic Information - **Project Name**: QMLib - **Description**: QiMing 计算库 的几种实现,c++计算,python封装 成启明940 python导出算子库 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-17 - **Last Updated**: 2023-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QMLib #### 介绍 QiMing 计算库 的几种实现,c++计算,python封装 #### 软件架构 软件架构说明 #### 安装教程 - install deps sudo apt install build-essential -y sudo apt install git -y sudo apt install cmake -y sudo apt install libopencv-dev -y sudo apt install libboost-all-dev -y - install numcpp cd git clone https://github.com/dpilger26/NumCpp.git cd NumCpp mkdir build cd build cmake .. cmake --build . --target install #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request