https://www.kaggle.com/competitions/cassava-leaf-disease-classification/overview
Download the dataset and store the csv file of the dataset and json file of the labels in the root directory. Store the images in a folder called train.
In this notebook, we train a ResNet50 model.
We lost access to SageMaker before we could push the code for this.
In this notebook, we train a Vision Transformer model.
In this notebook, we use the best three models we saved to make inference on the test dataset. We do this by taking the sum of the predictions from the the three models. It results in an accuracy of 86%.
In this notebook, we perform hyperparameters search for our models.