Нема описа

zeke-chin dcff76da74 更新 后处理 模型替换form jupyter пре 2 година
core dcff76da74 更新 后处理 模型替换form jupyter пре 2 година
images f37392a499 add 旧版四六级 旧版专四专八 пре 2 година
server_model e6e49e4206 add image and markdown пре 2 година
sx_utils d96a088213 init пре 2 година
testing 3253372712 update .gitignore пре 2 година
.gitignore dcff76da74 更新 后处理 模型替换form jupyter пре 2 година
Dockerfile d96a088213 init пре 2 година
Makefile d96a088213 init пре 2 година
README.md d96a088213 init пре 2 година
cpu.Dockerfile d96a088213 init пре 2 година
docker-compose.yml e6e49e4206 add image and markdown пре 2 година
environment.yml d96a088213 init пре 2 година
run.py d96a088213 init пре 2 година
server.py dcff76da74 更新 后处理 模型替换form jupyter пре 2 година

README.md

英语等级证书识别

基于paddleocr v2, 用于识别英语等级证书。

环境

  • python >= 3.7
  • paddleocr
  • paddlepaddle
  • cv2
conda env create -f environment.yml

服务端

# port 8080
python server.py --port 8080

单元测试

 python -m unittest discover testing '*_test.py' -v

镜像打包

make all