In this chapter, we learned how to classify images using a pre-trained model based on TensorFlow. We then retrained our model to work with custom images.
Finally, we had a brief overview of how to speed up the classification process by carrying out the computation on a GPU.
Using the examples covered in this book, you will be able to carry your our custom projects using Python, OpenCV, and TensorFlow.