# Image-Classification-Using-SVM **Repository Path**: pn_code/Image-Classification-Using-SVM ## Basic Information - **Project Name**: Image-Classification-Using-SVM - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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