I wanted to try solving a simple image classification problem using TensorFlow. My intention was to start everything from scratch, and cover all steps in the process of building a machine learning model including data preparation, model creation, training and finally using it for inference. I was looking for two…