# tensorflow-simple-captcha **Repository Path**: laoyinbi123/tensorflow-simple-captcha ## Basic Information - **Project Name**: tensorflow-simple-captcha - **Description**: 使用 TensorFlow 识别简单图像验证码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-10-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用 TensorFlow 识别简单图像验证码 ## 使用 ```bash pipenv install # 安装环境依赖 pipenv run prepare # 生成测试数据标签 pipenv run train # 训练模型 pipenv run work < test.jpg # 识别 test.jpg ``` ## 文章链接 [使用 TensorFlow 识别简单图像验证码](http://blog.yangzi.ml/blog/tensorflow-simple-captcha-recognition.html)