Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 403 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 403 Bytes

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