You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
659 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

pip install ttkbootstrap -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install python-pptx -i https://pypi.tuna.tsinghua.edu.cn/simple
# 模板下载
https://github.com/Achuan-2/pandoc_word_template
# PanDoc下载与安装
https://www.pandoc.org/
# 难点
现在阿里云对于WAV文件整理出文字的API太贵了每天免费2小时商用版本1小时2.5元
可以尝试用吴缤最新搭建的微软开源的项目试试WAV能不能正确输出文本文件。
# 技术选择
python与大模型或者其它软件系统交互代码更短JAVA开发更复杂决定所的AI
方面的功能全面采用Python 3.10实现。