Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

ischaojie/mini_mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-mnist

手写字体识别(CNN),使用flask+vue

mini_mnist

卷积神经网络

如何运行

server端

cd server
# 创建虚拟环境
python -m venv env
# 激活虚拟环境
source env/bin/activate
# 安装依赖包
pip install -r requirements.txt
# 启动flask
python app.py

client端

npm install
npm run server

About

mini手写数字识别(CNN+flask+vue)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published