I have been trying to build a image classification model using machine learning.
I have 20k Images with me (1.jpg, 2.jpg..677.jpg...20,000.jpg) as training data, For 17k of these images I have a .csv file with image labels. which has image names and label number (6 classes).
How can I use this data to make a image classification model using Tensorflow // Keras?
Comments
Post a Comment