-
Create a new conda environment.
-
Install PyTorch.
-
As you work on the project, you will end up installing many more packages.
After activating your conda environment, run the following command:
python main.py
This notebook will walk you through setting the skeleton code up on Google Colab.
-
Go to kaggle.com and create an account.
-
Join this competition.
-
In the data tab, you should be able to download the data as a zip file.
-
Install the Kaggle API:
pip install kaggle
If you're on Mac or Linux, you may have to run:
pip install --user kaggle
-
Copy the
kaggle.json
file to the location~/.kaggle/kaggle.json
(orC:\Users\<Windows-username>\.kaggle\kaggle.json
if you are on Windows). -
Download the zipped dataset.
kaggle competitions download -c cassava-leaf-disease-classification