This program allows the user to draw a number on the screen and have the program take a guess of which digit it is. This uses a basic neural network model.
Find a file
2019-12-21 12:02:31 -05:00
tmp/data Add files via upload 2018-12-26 11:55:01 -05:00
.gitpod.dockerfile Create .gitpod.dockerfile 2019-06-26 08:09:56 -04:00
.gitpod.yml Create .gitpod.yml 2019-06-26 08:09:11 -04:00
createModel.py Update createModel.py 2019-06-26 08:34:18 -04:00
drawNumber.py Update drawNumber.py 2019-06-26 10:38:19 -04:00
get_pip.py Add files via upload 2019-06-26 08:11:46 -04:00
install_requirements.py Update install_requirements.py 2019-06-26 09:51:41 -04:00
m.model Add files via upload 2018-12-26 11:55:01 -05:00
README.md Update README.md 2019-12-21 12:02:31 -05:00
requirements.txt Create requirements.txt 2019-06-25 15:46:34 -04:00
testNetwork.py Update testNetwork.py 2019-06-26 08:39:28 -04:00

Number Guesser Neural Network

This program is my version of solving the MNIST Digit data set. It allows the user to draw a number on the screen and have the program take a guess of which digit it is. This uses a basic neural network model.

You can watch this video on how the program works: https://www.youtube.com/watch?v=jNW97izstLg

Requirements

  • Python 3.6 or below
  • Pygame
  • TKinter
  • Tensroflow
  • Keras
  • Numpy
  • Matplotlib

Run in Gitpod

You can also run Golf-Game in Gitpod, a free online dev environment for GitHub:

If you're intersted in a paid subscription with GitPod use the coupon code: TECHWITHTIM19

Open in Gitpod

Please Note: The GUI is a little glithcy in GitPod. For best results expand the VNC window to be full screen.