Skip to content

Instantly share code, notes, and snippets.

@opyapeus
Created November 7, 2018 03:27
Show Gist options
  • Save opyapeus/cb938c62f055d45887f6be1526915df0 to your computer and use it in GitHub Desktop.
Save opyapeus/cb938c62f055d45887f6be1526915df0 to your computer and use it in GitHub Desktop.
[メモ]colaboratoryでkaggleのデータを使う
colabでkaggleのデータを使う
kaggle.jsonをアップロード
```
!mkdir -p ~/.kaggle
!cp kaggle.json ~/.kaggle/
!chmod 600 /root/.kaggle/kaggle.json
```
```
!pip install kaggle
```
ex
all
```
!kaggle competitions download quickdraw-doodle-recognition
```
file
```
!kaggle competitions download quickdraw-doodle-recognition -f train_simplified.zip
```
```
!unzip train_simplified.zip -d train_simplified
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment