An open API service indexing awesome lists of open source software.

https://github.com/ironvenom/captcha-recognition

Implementation of a Convolutional Neural Network for CAPTCHA Recognition.
https://github.com/ironvenom/captcha-recognition

captcha-recognition cnn image-recognition tensorflow

Last synced: 3 months ago
JSON representation

Implementation of a Convolutional Neural Network for CAPTCHA Recognition.

Awesome Lists containing this project

README

        

# CAPTCHA-Recognition

Implemented a Convolutional Neural Network for CAPTCHA Recognition. The training was done for 500 epochs with a batch size of 32, with Adam optimizer and Categorical Cross-Entropy as the loss function. The model was able to correctly predict the Captcha text for 210 images out of the total 214 test images. The accuracy of the model is 98.13%.

![Result](https://github.com/IronVenom/Captcha-Recognition/blob/main/predictactual.png)

## CNN Model

![CNN Model](https://github.com/IronVenom/Captcha-Recognition/blob/main/model.png)