Skip to content

๐Ÿ›  Pytorch lightweight Captcha Solver, Over 98% accuracy

License

Notifications You must be signed in to change notification settings

ZiYang-xie/PyCAPTCHA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

42 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

PyCAPTCHA ๐Ÿ”

็‰ˆๆœฌๅท issues forks stars License

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

INSTALL โš™๏ธ

Step0: Clone the Project

git clone https://github.com/ZiYang-xie/PyCAPTCHA
cd PyCAPTCHA

Step1: Create & Activate Conda Env

conda create -n "PyCaptcha" python=3.7
conda activate PyCaptcha

Step2: Install Pytorch

conda install torch==1.9.0 torchvision==0.10.0 -c pytorch

Step3: Install PIP Requirements

pip install -r requirement.txt

Docment ๐Ÿ“ƒ

Checkout the PyCAPTCHA Usage in WIKI Page

Check the Doc

About

๐Ÿ›  Pytorch lightweight Captcha Solver, Over 98% accuracy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages