I modeled a multi class predicting neural network I provided train data (800 entries)and prepared model for prediction. Now I used test data (100 entries) and predicted there corresponding label correctly. Is it possible to get a prediction for a single user input. Hand written digits prediction dataset, I loded from keras, I am unable predict the hand written digits captured from mobile camara and reduced to required pixel ratio and converted to gray scale then scaled and flattened then supplied to neural network.