[a5c387]: / get_data.sh

Download this file

9 lines (6 with data), 224 Bytes

1
2
3
4
5
6
7
8
mkdir data
cd data
echo "Downloading Images..."
curl -L -o ~/Downloads/gastrointestinal-bleeding-images-dataset.zip\
https://www.kaggle.com/api/v1/datasets/download/aryashah2k/gastrointestinal-bleeding-images-dataset
..