pokemon_classification / get_data.sh
Sifal's picture
Upload 9 files
c7f0510 verified
raw
history blame
298 Bytes
#!/bin/bash
curl -L -o ./pokemonclassification.zip https://www.kaggle.com/api/v1/datasets/download/lantian773030/pokemonclassification
unzip -d ./pokemonclassification pokemonclassification.zip
# Remove the downloaded zip file (if you don't need it anymore)
rm ./pokemonclassification.zip