This project uses 1000 real data points from the MNIST Database (the most well-known collection of handwritten digits) to display the images. Press arrow keys or space to go forward or backward in the images.
This project is not costume-based and the number images are 100% pen. The data for this project to work was retrieved from the MNIST Database by me through a Python script and imported here. In case you want to use this, the "mnist" list inside contains the pixel values for all 1000 images strung together in each 784 pixel image by hyphens ("-"), with the last item in this string being the correct number associated with the image.