Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/purocean/tensorflow-simple-captcha

使用 TensorFlow 识别简单图像验证码
https://github.com/purocean/tensorflow-simple-captcha

captcha tensorflow

Last synced: 3 months ago
JSON representation

使用 TensorFlow 识别简单图像验证码

Awesome Lists containing this project

README

        

# 使用 TensorFlow 识别简单图像验证码

## 使用
```bash
pipenv install # 安装环境依赖
pipenv run prepare # 生成测试数据标签
pipenv run train # 训练模型
pipenv run work < test.jpg # 识别 test.jpg
```
## 文章链接
[使用 TensorFlow 识别简单图像验证码](https://purocean.github.io/tensorflow-simple-captcha-recognition/)