zeke-chin 1122e4ca4b 交付版本 | il y a 2 ans | |
---|---|---|
core | il y a 2 ans | |
images | il y a 2 ans | |
models | il y a 2 ans | |
s_utils | il y a 2 ans | |
testing | il y a 2 ans | |
.gitignore | il y a 2 ans | |
Dockerfile | il y a 2 ans | |
Makefile | il y a 2 ans | |
README.md | il y a 2 ans | |
docker-compose.yml | il y a 2 ans | |
environment.yml | il y a 2 ans | |
ppocr_keys_bank.txt | il y a 2 ans | |
predict_det.py | il y a 2 ans | |
run.py | il y a 2 ans | |
server.py | il y a 2 ans | |
simfang.ttf | il y a 2 ans | |
utility.py | il y a 2 ans |
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