Deploy of machine learning

I did not understand how to deploy models into predictions

Predict is the end point.

I did not understand from this line till the last.

Please explain.

If i want to make other models like making a browsers using python then how can i deploy them into android except this classification image.

Please say.

Predict is the end point since that is the aim of this model, to predict. So that is the final thing it does. Rest of the code is a simple model to predict images. To deploy other models, you can follow this same process, simply replace the model with another one.