Skip to content

VGG16和PyQt5的实时手写数字识别/Real-time handwritten digit recognition for VGG16 and PyQt5

License

Notifications You must be signed in to change notification settings

LINHYYY/Real-time-handwritten-digit-recognition

Repository files navigation

Real-time handwritten digit recognition

Read this in English.

介绍

Real-time handwritten digit recognition 是一个使用VGG16net训练模型文件制作的pyqt5程序,该程序可以实时识别用户在画布上书写的手写数字,并显示识别结果。

程序包括了VGG16net的训练代码,用户可以自行修改训练代码以训练自己的模型文件,将predicted.py文件中的加载模型文件路径修改即可。


效果

使用方式

环境安装

请使用 pip 安装依赖:pip install -r requirements.txt

运行

  • 1、在项目根目录下运行 python train.py 自行训练模型文件
  • 2、运行 python main.py 即可运行程序

demo

demo


项目结构


协议

本仓库的代码依照 Apache-2.0 协议开源,

About

VGG16和PyQt5的实时手写数字识别/Real-time handwritten digit recognition for VGG16 and PyQt5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published