# HNR_Pytorch+Minist **Repository Path**: JackYang-hellobobo/hnr--pytorch--minist ## Basic Information - **Project Name**: HNR_Pytorch+Minist - **Description**: 手写数字识别系统设计 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: main - **Homepage**: https://gitee.com/JackYang-hellobobo/hnr--pytorch--minist - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2021-12-20 - **Last Updated**: 2024-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于 PyTorch+ MINIST 实现的 手写数字识别系统 ## Prerequisites > pip install torch numpy torchvision opencv-python ## Summary 1.运行train.py 训练模型 2.运行Demo.py 测试 PS:可以使用自己的素材来进行识别。