# tensorflow-simple-captcha **Repository Path**: chencq/tensorflow-simple-captcha ## Basic Information - **Project Name**: tensorflow-simple-captcha - **Description**: 使用 TensorFlow 识别简单图像验证码 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用 TensorFlow 识别简单图像验证码 ## 使用 ```bash python3 prepare.py # 生成测试数据 python3 train.py # 训练 python3 work.py < test.jpg # 识别 test.jpg ``` ## 文章链接 [使用 TensorFlow 识别简单图像验证码](https://juejin.im/post/5aed07136fb9a07abf7264d4)