Skip to content

ModelZoo/CrackCaptcha

Repository files navigation

CrackCaptcha

Crack Geetest and Dun163 Sliding Captcha by Deep Learning.

Usage

You need to install Git LFS before using this repository.

Firstly, you can clone this repo by following commands:

GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/ModelZoo/CrackCaptcha.git
cd CrackCaptcha
git lfs pull

After above commands, you can get all of the codes and dataset in your computer.

Then make sure you've installed the proper packages for this repository:

pip3 install -r requirements.txt

Then you can train with downloaded dataset using this command:

python3 train.py

After this command, the training process will be started.

Checkpoints will be saved at checkpoints folder, TensorBoard Events will be saved at events folder.

But this model get no good...

Loss

Loss transition:

About

CrackCaptcha Models Implemented by ModelZoo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published