tensorflow-simple-captcha icon indicating copy to clipboard operation
tensorflow-simple-captcha copied to clipboard

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

trafficstars

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

使用

pipenv install # 安装环境依赖
pipenv run prepare # 生成测试数据标签
pipenv run train # 训练模型
pipenv run work < test.jpg # 识别 test.jpg

文章链接

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