Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 431 Bytes

keras_mnistnet

Build a simple neural network through Keras, train the mnisit dataset model, test the handwritten font training effect, and apply it to the puzzle game Sudoku

install

  • tensorflow_gpu==2.2.0
  • imutils==0.5.4
  • opencv_python==4.5.3.56
  • scikit_image==0.18.3
  • scikit_learn==0.24.2
  • numpy==1.21.2
  • py_sudoku==1.0.1

demo

python sudoku_demo.py --model model/model_mnist.h5 --image image/shudu01.jpg