Skip to content

puyangsky/KerasCaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Captcha resolver using Keras

How to run

Follow the steps below.

1. install virtualenv

pip install virtualenv

# create an virtual env named venv
virtualenv --no-site-packages venv

# enter into it
source venv/bin/activate

2. clone code

git clone https://github.com/puyangsky/KerasCaptcha.git
cd KerasCaptcha

3. install requirements

pip install -r requirements.txt

this step may takes a while.

4. run codes and train models

python captcha_resolver.py

5. evaluate the model

About

Captcha resolver using Keras

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages