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.
- Host: GitHub
- URL: https://github.com/yidadaa/captcha-deep-learning
- Owner: Yidadaa
- Created: 2018-02-10T12:54:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T05:34:19.000Z (over 7 years ago)
- Last Synced: 2025-05-08T01:14:25.410Z (about 1 month ago)
- Topics: captcha-breaking, deep-learning, keras-models
- Language: Python
- Size: 9.62 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)