Last active
July 22, 2022 11:12
-
-
Save qaixerabbas/e968fbc9d8777ca9bf20c226cd3e7204 to your computer and use it in GitHub Desktop.
A simple code to download Kaggle datasets to specified directories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pip install opendatasets | |
#this will download the datasets into the specified folder / Google Drive | |
#pass the kaggle dataset URL string as an argument to od.download() function | |
import opendatasets as od | |
od.download("https://www.kaggle.com/datasets/jangedoo/utkface-new") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment