摘要: 研究外包杯题目; 复习教资; 阅读全文
posted @ 2024-01-19 22:33 yesyes1 阅读(2) 评论(0) 推荐(0) 编辑
摘要: PaddleOCR安装部署教程 输入命令在终端进行下载 pip install "paddleocr>=2.0.1" 下载Successfully~ 阅读全文
posted @ 2024-01-19 22:32 yesyes1 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1、进入网址下载 选择下图中的这个: 2、然后在终端输入下载命令 pip install Shapely-1.8.2-cp310-cp310-win_amd64.whl 显示Successfully!!! ok~ 阅读全文
posted @ 2024-01-19 21:15 yesyes1 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 相关代码 import paddle paddle.utils.run_check() print(paddle.__version__) 具体操作 阅读全文
posted @ 2024-01-19 21:03 yesyes1 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1、使用pip命令下载 pip install erniebot==0.5.0 Successfully~ 2、使用Access Token进行认证鉴权(Python) import erniebot erniebot.api_type = 'aistudio' erniebot.access_to 阅读全文
posted @ 2024-01-19 11:20 yesyes1 阅读(129) 评论(0) 推荐(0) 编辑