説明なし

zeke-chin 3253372712 update .gitignore 2 年 前
core fb0aa5c708 update 2 年 前
images 3253372712 update .gitignore 2 年 前
markdown 3253372712 update .gitignore 2 年 前
server_model e6e49e4206 add image and markdown 2 年 前
sx_utils d96a088213 init 2 年 前
testing 3253372712 update .gitignore 2 年 前
.gitignore 3253372712 update .gitignore 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 e6e49e4206 add image and markdown 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