I did training and validation as like in keras documentation. But how to test the images. I know how to do it in scikit-learn. But I want to do in keras.
Let's say I want to predict the image which is in form of categorical class. And at the final I also want to print the class name, training accuracy, testing accuracy and finally the predicted image accuracy (Eg. Dog : 99.8 %).