Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 识别简单图像验证码
- Host: GitHub
- URL: https://github.com/purocean/tensorflow-simple-captcha
- Owner: purocean
- Created: 2017-12-03T12:08:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T22:29:29.000Z (over 2 years ago)
- Last Synced: 2024-10-14T07:36:08.739Z (3 months ago)
- Topics: captcha, tensorflow
- Language: Python
- Size: 1.08 MB
- Stars: 46
- Watchers: 5
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/)