Learn practical skills, build real-world projects, and advance your career

Human Protein Multi Label Image Classification

This is a starter notebook for the dataset Zero to GANs - Human Protein Classification.

Datasets from Kaggle can be downloaded using the opendatsets

!pip install opendatasets --upgrade --quiet
import opendatasets as od

While downloading the dataset, you will be asked to provide your Kaggle username and credentails, which you can obtain using the "Create New API Token" button on your account page on Kaggle. Upload the kaggle.json notebook using the files tab or enter the username and key manually when prompted.

od.download('https://www.kaggle.com/c/jovian-pytorch-z2g')
0%| | 9.00M/8.87G [00:00<02:33, 61.9MB/s]
Downloading jovian-pytorch-z2g.zip to ./jovian-pytorch-z2g
100%|██████████| 8.87G/8.87G [03:27<00:00, 46.0MB/s]