暫無描述

Zhang Li 60b8ec9de5 refactor anchor 2 年之前
bank_cls_infer a29331f881 bank card update 2 年之前
bank_det_infer a29331f881 bank card update 2 年之前
bank_rec_infer a29331f881 bank card update 2 年之前
core 60b8ec9de5 refactor anchor 2 年之前
images 7666d6893d add images all and all_test.py 2 年之前
sx_utils 60b8ec9de5 refactor anchor 2 年之前
testing 60b8ec9de5 refactor anchor 2 年之前
.gitignore 5f33ee857f 180 2 年之前
Dockerfile 5370100b42 refactor add lineparser 2 年之前
Makefile d4a2676d0f update deploy 2 年之前
README.md 60b8ec9de5 refactor anchor 2 年之前
cpu.Dockerfile 2d7258b0b2 change gunicorn 2 年之前
docker-compose.yml 60b8ec9de5 refactor anchor 2 年之前
environment.yml 60b8ec9de5 refactor anchor 2 年之前
logo.png f906a85b8b add angledetector 2 年之前
ppocr_keys_bank.txt 5bf4157fe6 init commit 2 年之前
ppocr_keys_v1.txt a29331f881 bank card update 2 年之前
run.py e1daf403e8 update direction 2 年之前
server.py 60b8ec9de5 refactor anchor 2 年之前

README.md

银行卡识别

基于paddleocr v2, 用于识别银行卡号。

环境

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

demo

python main.py

服务端

# 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