Package to crack simple CAPTCHA images with a convolutional neural network (CNN). Built with OpenCV and PyTorch. Refer to the demonstration notebook that utilizes the cnn_captcha_solver
package here.
This project is cross-posted on Kaggle. The approach I took was directly informed by Adam Geitgey's blog post "How to break a CAPTCHA system in 15 minutes with Machine Learning".