The repository has a Python notebook demonstrating how you can use Supervised and Unsupervised machine learning algorithms to Classify Images
- You need to have python 3 installed.
- Install dependencies using:
pip install -r requirements.txt
- Upload notebook and data to your drive and run this in colab without any change.
- Remove the first block in the notebook related to Colab and pass the data folder path to function
getImageDataset
.