From 563b05179969071716620c2a32d2b1c4a1916530 Mon Sep 17 00:00:00 2001 From: Jalin Date: Thu, 12 Sep 2019 15:38:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- requirements.txt | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index a4ca68e..7ce6850 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ cp env.py.example env.py ``` 自动打码 -验证码可以本地识别,所用的模型和算法均来自 [https://github.com/zhaipro/easy12306](https://github.com/zhaipro/easy12306) 十分感谢! +~~验证码可以本地识别,所用的模型和算法均来自 [https://github.com/zhaipro/easy12306](https://github.com/zhaipro/easy12306) 十分感谢!~~ 验证码识别已迁移到服务器进行识别,无需本地安装环境 ~~注:免费打码无法保证持续可用,如失效请手动切换到若快平台,需要先到 [http://www.ruokuai.com](http://www.ruokuai.com/login) 注册一个账号后填写到配置中~~(若快已停止服务,目前只能设置**free**打码模式) diff --git a/requirements.txt b/requirements.txt index e08e5ab..9f8c419 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,3 @@ websockets==7.0 Werkzeug==0.14.1 DingtalkChatbot==1.3.0 lightpush==0.1.3 -opencv-python==4.1.0.25 -keras==2.2.4 -tensorflow==1.14.0 -numpy==1.16.4 \ No newline at end of file