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.
- Host: GitHub
- URL: https://github.com/ironvenom/captcha-recognition
- Owner: IronVenom
- Created: 2021-09-11T04:25:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T06:05:50.000Z (over 3 years ago)
- Last Synced: 2025-01-22T07:48:34.425Z (4 months ago)
- Topics: captcha-recognition, cnn, image-recognition, tensorflow
- Language: Jupyter Notebook
- Homepage:
- Size: 43.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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%.

## CNN Model
