# image_raw **Repository Path**: yang_yongsheng/image_raw ## Basic Information - **Project Name**: image_raw - **Description**: python sklearn 垂直分割投影法分割svm训练验证码识别 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-08-10 - **Last Updated**: 2023-10-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # verification_code python+sklearn识别字母数字验证码 ## 项目结构 ``` |--image_after_split // 切割后的图片 |--image_raw // 原图片 |--model_data // 训练后的模型存放 | `--letter.pkl |--test_img // 验证图片 |--train_img // 用于训练的图片存放 | |--capital // 大写字母 | |--lowercase // 小写字母 | |--num // 数字 |─utils | `--deal_image.py // 图片处理程序 |-- requirements.txt // 项目依赖 |-- split_image.py // 图片预处理及切割 |-- test_model.py // 测试模型的识别效果 |-- train.py // 开始训练 ```