1 | Downloading and unzipping the datasetimport os
import json
import urllib.request
import zipfile
import numpy as n
2024-10-29