Menu

Image Prediction

Image Prediction

Once training is complete, the model can classify new images.

The prediction process includes:

  • Inputting a test image
  • Processing the image through the trained model
  • Predicting the image class
  • Comparing the predicted label with the actual label

This helps determine how accurately the model classifies unseen images.