Skip to content

bumzy/decaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

参考