# validate_code_reg **Repository Path**: wangzy2018/validate_code_reg ## Basic Information - **Project Name**: validate_code_reg - **Description**: 验证码识别 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-10 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # validate_code_reg #### 介绍 验证码识别 #### 软件架构 python3.7 opencv python 4.1 #### 安装教程 1. sample 文件夹下是训练样本 2. collect_data.py采集数据 3. rec_validate_code.py 识别数据 #### 使用说明 1. 运行 rec_validate_code.py 即可识别指定url的gif或者本地gif图,只针对这个特点网站 #### 依赖包 1.PIL 2.opencv-python 3.numpy