Most data scientists are familiar with Fisher's Iris Dataset. The original Iris dataset was used in R.A. Fisher's classic 1936 paper, The Use of Multiple Measurements in Taxonomic Problems, and can also be found on the UCI Machine Learning Repository. The dataset presented here provides images for the space species of iris that were chosen by Fisher.
The project provides two files :
- image_processing.py contains necessary functions to load and preprocess images load_data, show_img, data_augmenter and data_rescaling
- The notebook Main.ipynb