No Description

Zhang Li dca8c6300a add dataset 2 years ago
core e6e49e4206 add image and markdown 2 years ago
images e6e49e4206 add image and markdown 2 years ago
markdown dca8c6300a add dataset 2 years ago
server_model e6e49e4206 add image and markdown 2 years ago
sx_utils d96a088213 init 2 years ago
testing e6e49e4206 add image and markdown 2 years ago
.DS_Store e6e49e4206 add image and markdown 2 years ago
.gitignore d96a088213 init 2 years ago
Dockerfile d96a088213 init 2 years ago
Makefile d96a088213 init 2 years ago
README.md d96a088213 init 2 years ago
cpu.Dockerfile d96a088213 init 2 years ago
docker-compose.yml e6e49e4206 add image and markdown 2 years ago
environment.yml d96a088213 init 2 years ago
run.py d96a088213 init 2 years ago
server.py e6e49e4206 add image and markdown 2 years ago

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