Sen descrición

Raychar ccfb8d20d3 first %!s(int64=2) %!d(string=hai) anos
core ccfb8d20d3 first %!s(int64=2) %!d(string=hai) anos
images ccfb8d20d3 first %!s(int64=2) %!d(string=hai) anos
infer_model ccfb8d20d3 first %!s(int64=2) %!d(string=hai) anos
sx_utils ca0e04a139 first commit %!s(int64=2) %!d(string=hai) anos
testing ccfb8d20d3 first %!s(int64=2) %!d(string=hai) anos
.gitignore dfe2f0b88a update %!s(int64=2) %!d(string=hai) anos
Dockerfile ccfb8d20d3 first %!s(int64=2) %!d(string=hai) anos
Makefile ca0e04a139 first commit %!s(int64=2) %!d(string=hai) anos
README.md 7649615116 fix doc %!s(int64=2) %!d(string=hai) anos
convert_json.py dfe2f0b88a update %!s(int64=2) %!d(string=hai) anos
cpu.Dockerfile ca0e04a139 first commit %!s(int64=2) %!d(string=hai) anos
docker-compose.yml dfe2f0b88a update %!s(int64=2) %!d(string=hai) anos
environment.yml ca0e04a139 first commit %!s(int64=2) %!d(string=hai) anos
generate_test.py eb46297625 add covert and generate.py %!s(int64=2) %!d(string=hai) anos
ppocr_keys_v1.txt ca0e04a139 first commit %!s(int64=2) %!d(string=hai) anos
predict_det.py ccfb8d20d3 first %!s(int64=2) %!d(string=hai) anos
run.py 6b5bac4bb5 refactor all %!s(int64=2) %!d(string=hai) anos
server.py ccfb8d20d3 first %!s(int64=2) %!d(string=hai) anos
test_addr.py ccfb8d20d3 first %!s(int64=2) %!d(string=hai) anos
utility.py ccfb8d20d3 first %!s(int64=2) %!d(string=hai) anos

README.md

户口本识别

基于paddleocr v2, 用于识户口本。

环境

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

服务端

# port 8080
python server.py --port 8080

单元测试

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

镜像打包

make all