Metadata-Version: 2.1
Name: ai-tools-zxw
Version: 2.8.25
Summary: 薛伟的AI工具集
Home-page: https://github.com/sunshineinwater/
Author: xue wei zhang
Author-email: 
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: xlwt
Requires-Dist: psutil
Requires-Dist: openai

# 人工智能操作的常用函数包

### 更新记录:
- 2.8.12 : llm api 新增: 清除上一条对话
- 2.8.13 : 去除单条对话的print语句
- 2.8.14 : 去除另单条对话的print语句

### 集合了常用的文件处理模块

#### 具体如下:

- 数据预处理
  - 图形图像
      - 视频提取图像
      - 自动分割
      - 图形自动标注
  - 文本
      - 中文文本清洗

- 数据可视化

1. 拟合，分类 示例
2. 直方图，散点图，线图，饼图，热力图，箱线图 示例


- 数据标注

1. 图象：指定类别，自动标注

![img.png](img.png)

![img_1.png](img_1.png)


# 更新说明
1. version="2.8.15" ,  新增通义千问接口
2. version="2.8.16" ,  优化LLM : 通义千问,  采用OpenAI兼容接口,  对话中增加temperature控制, 可以不传入值.
3. version="2.8.17" ,  通义千问,对话增加timeout参数
4. version="2.8.18" ,  通义千问, 增加系统角色设置
5. version="2.8.19" ,  通义千问, 增加模型选择: qwen-plus, qwen-turbo
6. version="2.8.20" ,  通义千问, bug fix
7. version="2.8.21" ,  通义千问, 增加同步流式输出
8. version="2.8.22" ,  通义千问, 增加异步流式输出
9. version="2.8.23" ,  通义千问, 增加流式输出yield, 删除2.8.22新增的异步流式输出（BUG）
10. version="2.8.23.1" ,  通义千问, 输出优化
11. version="2.8.24",  通义千问, 输出优化; OPENAI LLM通用类库(copy from LLM_通义千问)
12. version="2.8.25", 优化LLM父类: 增加 "清除所有上下文","删除上条对话"
