ML2 Project for classifing subcellular protein patterns in human cells
- First you need to have an kaggle account and have your kaggle.json (api key)
- Go to your Kaggle account page: Log in to Kaggle, click on your profile picture, and go to "Account".
- Create a New API Token: Scroll down to the "API" section and click "Create New API Token". This will download a kaggle.json file.
- Place the kaggle.json:
#Create the directory if it doesn't exist: /home/{user}/.config/kaggle/ #Move kaggle.json mv /path/to/your/downloaded/kaggle.json /home/{user}/.config/kaggle/kaggle.json
- Set permissions:
chmod 600 /home/{user}/.config/kaggle/kaggle.json
- Go to the competition page: Human Protein Atlas Image Classification
- Accept the Rules: Look for a "Rules" tab or a button to accept the competition rules. You need to do this before the API will allow you to download the data.
- Once you've accepted the rules on the website, you can download the dataset (Beware this is a 18GB .zip!):
uv run kaggle competitions download -c human-protein-atlas-image-classification