瀏覽代碼

update readme.md

Zhang Li 2 年之前
父節點
當前提交
992efeab28
共有 1 個文件被更改,包括 33 次插入0 次删除
  1. 33 0
      README.md

+ 33 - 0
README.md

@@ -0,0 +1,33 @@
+
+# 身份证识别
+
+基于paddleorc v2, 用于识别身份证的正反面。
+
+## 环境
+
+- python >= 3.7
+- paddleocr
+- paddlepaddle
+- cv2
+
+```shell
+conda env create -f environment.yml
+```
+
+## demo
+
+```ssh
+# 正面
+python main.py
+
+# 反面 
+python main2.py
+
+```
+
+## 服务端
+
+```shell
+# port 8080
+python server.py --port 8080
+```