captcha-tensorflow
captcha-tensorflow copied to clipboard
Image Captcha Solving Using TensorFlow and CNN Model. Accuracy 90%+
Hey, i found this code and it's amazing, thanks for all! I have a issue... how to pass a single captcha per time? In the example you pass a batch....
Nice project. Thanks for sharing. Having problem though. Cloned repo. Did a pip install -r requirements.txt. Tried to run `gen_captcha.py` and I get a TypeError. I uncommented the tensorflow=2.1.4 line...
If you allow me, here is a good tutorial on how to **train a model in TF to solve capchat**. https://github.com/m-a-r-o-u/coursera-tensorflow2_for_deeplearning_specialization/blob/main/C1-Getting_Started_With_TensorFlow_2/C1-W5-Capstone_Project/C1-Colab-Capstone_Project_SVHN.ipynb
Hi Jackon, Thanks for your great work on this project. I'd like to suggest adding optional support for [10Captcha](https://10captcha.com/) — a simple API-based service for solving various types of CAPTCHAs....