Skip to content

An image classifier built using Support Vector Machine (SVM) to distinguish between three categories of images. Deployed via an interactive Streamlit web application.

Notifications You must be signed in to change notification settings

narpat78/Image-Classification-using-SVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Image-Classification-using-SVM

This project demonstrates an image classification system using a Support Vector Machine (SVM) model trained on a custom dataset with three categories: Rugby Ball Leather, Ice Cream Cone, and Sunflower.

Features

  • Preprocesses and resizes input images to 150x150
  • Trains an SVM model with hyperparameter tuning using GridSearchCV
  • Achieves ~91% accuracy on test data
  • Deploys a user-friendly Streamlit app to upload and classify new images
  • Displays predicted class and probability distribution

About

An image classifier built using Support Vector Machine (SVM) to distinguish between three categories of images. Deployed via an interactive Streamlit web application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published