Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 341 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 341 Bytes

NeuralText

An application that recognizes digits 0 - 9. The neural network was created using the Tensorflow module and trained on the MNIST dataset. Using the pygame module, this application allows users to draw a digit on a canvas the network makes a prediction.