This project uses a simple neural network to recognize handwritten digits.
You can train this neural network on any data you want, but it is currently configured to train on the dataset from the MNIST Database of Handwritten Digits: http://yann.lecun.com/exdb/mnist/
You may encounter problems with downloading the datasets. In this case, I suggest using tools like the Wayback Machine. Then, after training, you can draw a number or get a random number from the test dataset and check your model results.