zeke-chin 1122e4ca4b 交付版本 | hace 2 años | |
---|---|---|
core | hace 2 años | |
images | hace 2 años | |
models | hace 2 años | |
s_utils | hace 2 años | |
testing | hace 2 años | |
.gitignore | hace 2 años | |
Dockerfile | hace 2 años | |
Makefile | hace 2 años | |
README.md | hace 2 años | |
docker-compose.yml | hace 2 años | |
environment.yml | hace 2 años | |
ppocr_keys_bank.txt | hace 2 años | |
predict_det.py | hace 2 años | |
run.py | hace 2 años | |
server.py | hace 2 años | |
simfang.ttf | hace 2 años | |
utility.py | hace 2 años |
OCR算法服务,用于识别银行卡号。
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