In this notebook we process flowers images and build a classifier for 17 classes
There are 17 classes and each class has 80 images in RGB channels. At first, we create a folder for each class to organize our images.
- Image histogram method
- Hu moments method
- Haralick method
- Label encoding
- Scaling
- Random forest classifier
- Classification report