A simple AI program that can identify numbers through an image input.
Created a Python neural network from YouTube video guide: https://www.youtube.com/watch?v=bte8Er0QhDg - Credit to NeuralNine
The program is able to successfully create a Neural Network that is able to take an image input, and make a prediction. Said network has a 0.99 accuracy, and 0.34 loss rating in testing, but was only able to make an accurate prediction on 14/19 of the images.