项目架构调整,模型全部采用接口调用

This commit is contained in:
2024-09-25 14:46:37 +08:00
parent 7647df7d74
commit b8c1202957
25 changed files with 467 additions and 222 deletions

View File

@@ -1,16 +1,11 @@
numpy==1.26.4
onnxconverter-common==1.14.0
OpenCC==1.1.6
OpenCC==1.1.6 # 中文繁简转换
opencv-python==4.6.0.66
paddle2onnx==1.2.3
paddleclas==2.5.2
paddlenlp==2.6.1
paddleocr==2.7.3
pillow==10.4.0
pymysql==1.1.1
requests==2.32.3
sqlacodegen==2.3.0.post1
sqlalchemy==1.4.52
tenacity==8.5.0
ufile==3.2.9
zxing-cpp==2.2.0
sqlacodegen==2.3.0.post1 # 实体类生成
sqlalchemy==1.4.52 # ORM框架
tenacity==8.5.0 # 重试
ufile==3.2.9 # 云空间
zxing-cpp==2.2.0 # 二维码识别