Created
October 3, 2022 19:43
-
-
Save tolgarecep/f77b458e96c5b79598f50a15336d15e5 to your computer and use it in GitHub Desktop.
Load Kaggle datasets into Google Colab.
This file contains hidden or 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 kaggle | |
mkdir ~/.kaggle | |
# Load API token kaggle.json | |
cp kaggle.json ~/.kaggle/ | |
chmod 600 ~/.kaggle/kaggle.json | |
# kaggle competitions download <name-of-competition> | |
kaggle datasets download <name-of-dataset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment