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