Implemented Captcha Solver using CNN, OpenCV library
Steps :
- Seperate each character of a captcha and store it --> Seperating each character.ipynb
- Automate the process for all captcha and prepare our dataset --> Seperate_All_Captchas.ipynb
- Create out CNN and train it on out dataset --> Model.ipynb
- Use trained CNN to predict the characters of a captcha --> Using model to solve captcha.ipynb