Skip to content

Latest commit

 

History

History
executable file
·
13 lines (11 loc) · 330 Bytes

README.md

File metadata and controls

executable file
·
13 lines (11 loc) · 330 Bytes

mnist_predict_draw

Using trained convolutional neural network to predict drawing of numbers between 0-9 (MNIST DATASET)

Must install:

  • tk
    • pacman -S tk or apt-get install python3-tk
  • tensorflow
    • pip3 install tf-nightly (~=1.8.0.dev)
  • numpy via pip3
  • Pillow via pip3

Run

python3 mnist_predict_draw.py