Skip to content

Python Notebook designed for creating a TensorFlow CNN model to decode CAPTCHAs of various lengths

License

Notifications You must be signed in to change notification settings

tcellerier/captcha_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tensorflow Captcha solver

Notebook to build a Convolutional Neural Network (CNN) model capable of decoding alphanumeric CAPTCHAs of varying lengths and without considering case sensitivity.

  • Need a dataset of images (not provided)
  • By using CAPTCHAs of 6 or 7 characters, we got the first positive results with a dataset of 3000+ images. Optimal results with 100k+ images.

About

Python Notebook designed for creating a TensorFlow CNN model to decode CAPTCHAs of various lengths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published