# TensorFlow识别数字验证码 **Repository Path**: baocx/captcha_match ## Basic Information - **Project Name**: TensorFlow识别数字验证码 - **Description**: TensorFlow识别数字验证码,验证码图片由captcha库提供,使用VGG16网路,实现了识别99%的准确率 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-03-05 - **Last Updated**: 2023-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TensorFlow识别数字验证码 #### 介绍 TensorFlow识别数字验证码,验证码图片由captcha库提供,使用VGG16网路,实现了识别99%的准确率 #### 安装教程 1. python版本3.5+ 2. TensorFlow版本1.0+ 3. 推荐使用GPU版本的TensorFlow来训练 #### 使用说明 1. create_data.py,生成数据集 2. train.py,搭建网络结构和进行模型训练 3. test.py,进行模型的测试