How to download the dataset?
The recommended way to download the dataset is through the Python API. See this notebook on how to get started:
https://colab.research.google.com/gist/andreped/6070d1d2914a9ce5847d4b3e687188b7/aeropath-load-dataset-example.ipynb
If you really want to download the data through a website interface, you can download the entire ZIPPED dataset through Zenodo:
https://zenodo.org/records/10069289
Alternatively, just click this link to start the download:
https://zenodo.org/records/10069289/files/AeroPath.zip?download=1
Hi @andreped .
I see you have uploaded data files in the repo, but these are ignored by your Python script, which downloads data from Zenodo.
If you let me know what you would like to do, I could help you.
Good catch, @albertvillanova ! I just chose to download the Zenodo zip as it had zipped all the data relevant already.
In a different project, yesterday, actually chose to download from HF data hub instead (see https://huggingface.co/datasets/andreped/IBDColEpi/tree/main).
I agree it would be better to use the data actually in the Data Hub also for this project.
If you have time, you can make a PR to fix this :)
Sure! Let me propose a solution...
I proposed #5.