Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quiet
project_name='intel-image1'
!pip install opendatasets --upgrade --quiet

#Download Dataset

import opendatasets as od

dataset_url = 'https://www.kaggle.com/puneet6060/intel-image-classification'
od.download(dataset_url)
Please provide your Kaggle credentials to download this dataset. Learn more: http://bit.ly/kaggle-creds Your Kaggle username: balabhadra25 Your Kaggle Key: ··········
1%|▏ | 5.00M/346M [00:00<00:07, 44.8MB/s]
Downloading intel-image-classification.zip to ./intel-image-classification
100%|██████████| 346M/346M [00:05<00:00, 72.1MB/s]