Abhishek-Arora / Image-Classification-Using-SVM

This application uses LIBSVM and PIL to perform image classification on a set of images.
88 stars 50 forks source link

Image-Classification-Using-SVM

This application uses LIBSVM and PIL to perform image classification on a set of images.

There are five different classes of images acting as the data source. The dataset is divided into the ratio of 70:30, where 70% is for training and 30% is for testing.

Dependencies

For running the code, you'll first need to install the following two libraries: a) LIBSVM b) PIL