# 数字识别 **Repository Path**: wind_juvenile/digital ## Basic Information - **Project Name**: 数字识别 - **Description**: 根据手绘,识别数字 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-16 - **Last Updated**: 2024-04-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 手写数字识别 依赖环境 python >= 3.7 ```shell $ conda crete -n digital_recognition python=3.10 # 创建虚拟环境 $ conda activate digital_recognition # 激活虚拟环境 $ pip install -r requirements.txt # 安装依赖 $ python main.py # 运行 ```