# captcha验证码识别 **Repository Path**: piyouhui520/captcha ## Basic Information - **Project Name**: captcha验证码识别 - **Description**: 机器学习验证码识别栗子 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-12-13 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## lib识别库使用栗子集合 ### e语言调用 见源代码 `e调用栗子.e` ### python调用 安装32位Python ```bash set CONDA_FORCE_32BIT=1 conda create -n py35 python=3.5 ``` 激活python35 ```bash conda activate py35 ``` ### 交流学习 wx: moarasay