This project was done as part of a study of Machine Learning, Image Processing and Cybersecurity.
- Python3
- Jypiter to organize my studies
- OpenCV to image processing
- TensorFlow and Keras to machine learning
Others used libraries can be seen in captcha-break.ipynb
Images dataset can be found in Medium.
| Original | Thresholding | Morphological Transformations | Contours |
|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
- Image Thresholding
- Morphological Transformations
- Finding letters with Contours in findLetters() function
The letters were saved in folders inside data_letters with their IDs for train and test convolutional neural network
| ZWBJ | CGLT |
|---|---|
![]() |
![]() |
This project is licensed under the MIT License - see the LICENSE.md file for details






