Aucune description

zeke-chin 3253372712 update .gitignore il y a 2 ans
core fb0aa5c708 update il y a 2 ans
images 3253372712 update .gitignore il y a 2 ans
markdown 3253372712 update .gitignore il y a 2 ans
server_model e6e49e4206 add image and markdown il y a 2 ans
sx_utils d96a088213 init il y a 2 ans
testing 3253372712 update .gitignore il y a 2 ans
.gitignore 3253372712 update .gitignore il y a 2 ans
Dockerfile d96a088213 init il y a 2 ans
Makefile d96a088213 init il y a 2 ans
README.md d96a088213 init il y a 2 ans
cpu.Dockerfile d96a088213 init il y a 2 ans
docker-compose.yml e6e49e4206 add image and markdown il y a 2 ans
environment.yml d96a088213 init il y a 2 ans
run.py d96a088213 init il y a 2 ans
server.py e6e49e4206 add image and markdown il y a 2 ans

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