Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 400 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 400 Bytes

decaptcha

北邮人BT登录页面的验证码识别,经过去噪、分割、SVM来识别captcha验证码,训练100幅验证码图片后识别率几乎100%,单线程0.016秒/个

环境

  • Linux Mint 18.2 Cinnamon 64-bit
  • python 3.5.2 or 2.7.12
  • scikit-learn 0.19.1
  • Pillow 4.3.0
  • scipy
  • numpy

用法

详见./demo.py

参考