Skip to content

munifgebara/codeminimap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of using LBP with different classifiers

Example image classification using local binary patterns (LBP) for feature extraction and different classifiers, including SVM, Random Forest, and KNeighbors, using GridSearchCV to find the best hyperparameters for each classifier.

Requirements

The following packages are required

  • numpy
  • opencv-python
  • scikit-image
  • scikit-learn
  • matplotlib
  • seaborn

The dataset must be a folder with a subfolder for each class containing images

To create a dataset from the source code of a project, you use the minimaps.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages