chyoso-toolkit/README.md

24 lines
323 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# chyoso-toolkit
大模型工具集
## 安装依赖
```bash
pip install -r requirements.txt
```
## 功能列表
- 音频转写
- 音频批量转写
- Markdown 转 Word纯 Python 实现,无需安装 pandoc
- PDF 下载
- 图片 OCR 识别
- 批量图片识别
## 运行
```bash
python chyoso_toolkit_ui.py
```