Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 468 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 468 Bytes

VinBigData Chest X-Ray Dataset downloader

This project includes a shell script for downloading the VinBigData Chest X-Ray open dataset from Kaggle, using Kaggle's API on the command line interface. The script will create the virtual environment, install Kaggle API and then download the dataset, which will be located in the folder dataset. To do so, one must perform the following commands:

chmod +x download_dataset.sh
./download_dataset.sh

Enjoy!