How to download and access the data through Python API?

#2
by andreped - opened

As it might take some time downloading through the web interface, having a way to do it through Python would be beneficial.

To download the data through Python API, you can use Hugging Face's datasets python package.

I have made a Jupyter Notebook that include the necessary steps and more here:
https://github.com/andreped/NoCodeSeg/blob/main/notebooks/IBDColEpi-load-dataset-example.ipynb

Sign up or log in to comment