An End-to-end Pytorch-Lightning implemented CAPTCHA OCR model.
Training 2 epoch under 100k images to get over 96% acc on Val dataset ๐คฉ
with 200k or even more training set you may get >98% acc
git clone https://github.com/ZiYang-xie/PyCAPTCHA
cd PyCAPTCHA
conda create -n "PyCaptcha" python=3.7
conda activate PyCaptcha
conda install torch==1.9.0 torchvision==0.10.0 -c pytorch
pip install -r requirement.txt
Checkout the PyCAPTCHA Usage in WIKI Page
Check the Doc