An open API service indexing awesome lists of open source software.

https://github.com/yidadaa/captcha-deep-learning

Recognize captcha using deep learning.
https://github.com/yidadaa/captcha-deep-learning

captcha-breaking deep-learning keras-models

Last synced: about 1 month ago
JSON representation

Recognize captcha using deep learning.

Awesome Lists containing this project

README

        

## Recognize Captcha Images
> Python 2.x + PIL + tensorflow

### Usage
```bash
# 0. Install dependencies
pip install -r requirements.txt

# 1. Download dataset
python download.py

# 2. Start training your model
python train.py

# 3. Evaluate your model
python test.py
```

### Encounter a Problem?
Submit an issue [here](https://github.com/Yidadaa/Captcha-Deep-Learning/issues).
Or read this [instructions](./docs/instructions.md)

### Contributors
[@Yidadaa](https://github.com/Yidadaa)
[@YCJGG](https://github.com/YCJGG)