How to download images

#2
by d-rau - opened

Hey great work, how could I download the images or would it be possible to upload them as well?

Misraj Ai org

For the images, we provide the link saved in the image column. You can access the image using a normal request. Some images may not be found as we can't control such things because the images are on the internet, so you may get a 404 error for some requests.

Thanks! is there a script I could use to efficiently download the images?

Misraj Ai org

I am sorry I can't share the code in our code base, but ThreadPoolExecutor from concurrent.futures library in python would do greate.

Sign up or log in to comment