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

https://github.com/leopeng1995/captcha_service

Captcha Service,验证码识别服务
https://github.com/leopeng1995/captcha_service

captcha-solving cnn keras rnn tensorflow

Last synced: 12 months ago
JSON representation

Captcha Service,验证码识别服务

Awesome Lists containing this project

README

          

### Captcha Service 验证码识别服务

```bash
$ pip install -r requirements.txt
$ python models/amazon.py
```

基本思路:用 CNN 提取验证码特征,将验证码识别问题不单纯看成图像分类问题,而是看成是一种特殊的图像序列问题。CTC 是一种损失函数。