Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 694 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 694 Bytes

微博验证码识别

仅用于学习之用,禁止用于非法用途
基于深度学习框架 pytorch
跑完22万数据集 准确率99%

感谢数据集的提供

https://bbs.nightteam.cn/thread-470.htm

使用方法

下载或克隆整个项目

git clone https://github.com/skygongque/captcha-weibo.git

安装依赖

pip install -r requirements.txt

启动flask服务

python app.py

测试验证码识别

client.py

效果

效果

其他

训练过程
训练方法参考