riya1chatterjee's picture
Upload unzip.py
38e83ed verified
raw
history blame contribute delete
97 Bytes
import zipfile
with zipfile.ZipFile("dataset.zip", 'r') as zip_ref:
zip_ref.extractall(".")