Без опису

zeke-chin 1122e4ca4b 交付版本 1 рік тому
core 1122e4ca4b 交付版本 1 рік тому
images 7666d6893d add images all and all_test.py 2 роки тому
models 1122e4ca4b 交付版本 1 рік тому
s_utils 1122e4ca4b 交付版本 1 рік тому
testing 2c36bfc8d8 update detect model & rec model 2 роки тому
.gitignore 92aa095dfc 处理冲突 2 роки тому
Dockerfile 1122e4ca4b 交付版本 1 рік тому
Makefile d4a2676d0f update deploy 2 роки тому
README.md 1122e4ca4b 交付版本 1 рік тому
docker-compose.yml 5b1a2188fc update detect model & rec model 2 роки тому
environment.yml 1122e4ca4b 交付版本 1 рік тому
ppocr_keys_bank.txt 5b1a2188fc update detect model & rec model 2 роки тому
predict_det.py 5b1a2188fc update detect model & rec model 2 роки тому
run.py 5b1a2188fc update detect model & rec model 2 роки тому
server.py 1122e4ca4b 交付版本 1 рік тому
simfang.ttf 5b1a2188fc update detect model & rec model 2 роки тому
utility.py 1122e4ca4b 交付版本 1 рік тому

README.md

银行卡识别

OCR算法服务,用于识别银行卡号。

环境

  • 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
 
# pytest
cd testing
python -m pytest test_bank.py -vv
# test group convex
python -m pytest test_bank.py -m convex -vv