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

#Download Dataset

I have taken the data from Kaggle.The Train, Test and Prediction data is separated in each zip files. There are around 14k images in Train, 3k in Test and 7k in Prediction.
This data was initially published on https://datahack.analyticsvidhya.com by Intel to host a Image classification Challenge.