Accurate sole classification and types can aid applications in healthcare, sports, and biometrics such as diagnosis of high arch or flat foot disease, as well as in improved design of custom orthotics and enhanced gait analysis to improve sports performance. When applied to large-scale datasets, traditional methods for foot sole classification are inefficient as they are often manual, time-consuming and prone to human error. Machine learning has the ability to significantly improve accuracy and efficiency in automating this process. The proposed method uses Logistic Regression model compared to Support Vector Machines (SVM), and Random Forest using Orange Data Mining. The performance of these algorithms changes depending on the complexity of the data and model parameters. There are three types of feet that will be processed in this image analytics namely normal arch, flat foot and high arch. The pre-trained models used are Inception V3, VGG-19 and SqueezeNet. Logistic Regression model showed the best overall performance with superior parameter values such as AUC of 0.973, Classification Accuracy (CA) of 0.933, and MCC of 0.902, and demonstrated reliability and balance between precision and recall.