An image classifier which classifies the images in the dataset Forest vs Desert on the kaggle which was created by me.
- Here is the Dataset.
- Dataset is made with the code image_download.py
- It was renamed with the help of rename_dataset.py
- Image classification is done with the help of KNN Algorithm.
- Used libraries are tenserflow, sklearn, numpy and matplotlib.