Metadata-Version: 2.1
Name: ai-tools-zxw
Version: 2.6.2
Summary: 常用的人工智能操作的中文工具包。
Home-page: https://github.com/sunshine/
Author: xw zhang
Author-email: 
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: xlwt
Requires-Dist: psutil
Requires-Dist: ultralytics
Requires-Dist: opencv-python
Requires-Dist: matplotlib
Requires-Dist: tqdm
Requires-Dist: pycocotools
Requires-Dist: websocket-client
Requires-Dist: openpyxl
Requires-Dist: openai
Requires-Dist: emoji
Requires-Dist: jieba
Requires-Dist: anthropic

# 人工智能操作的常用函数包
### 集合了常用的文件处理模块
#### 具体如下:
- 数据预处理
- - 图象数据集-视频提取图像
- - 图象数据集-自动分割
- - 图象数据集-图形自动标注

## 待完成
1. 拟合，分类 示例
2. 直方图，散点图，线图，饼图，热力图，箱线图 示例
3. 指定类别，自动标注
4. 交叉验证，混淆矩阵，ROC曲线，AUC值，PR曲线，F1值，准确率，召回率 示例
5. 文本数据预处理
6. charge
