Image Classification using TensorFlow 2.0
I downloaded the data set from https://www.microsoft.com/en-us/download/confirmation.aspx?id=54765 This dataset contain two folders one for cat and other for dog images
Firstly i renamed every file inside cat and dog folder by adding cat and dog before file name Than i copied files from both folders and put them in a folder named 'data'
There are two scripts one to rename files and other is for model and preprocessing
I learned about raw image preprocessing from https://pythonprogramming.net/ and other resources