Skip to content

wilbertharriman/captcha2text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Tensorflow 2 Captcha Reader

Download dataset here

Data preprocessing

  • Training set: 100000 labeled captchas.
  • Validation set: 20000 labeled captchas.
  • Testing set: 20000 unlabeled captchas.
  • All captchas are resized to 50 x 100.

Encoder

Convolutional Neural Network encodes captcha images into simpler representation.

Decoder

Output from attention layer is fed into GRU cells followed by FC layers to convert encoded captchas into strings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published