Skip to content

Instantly share code, notes, and snippets.

@aboucaud
aboucaud / py3k_image_downloader.py
Last active September 10, 2024 18:27
Download images from urls given in a CSV file
# !/usr/bin/python
# -*- coding: utf-8 -*-
# -----------------------------------------------------------------------------------------------
# Original script from @anokas: https://www.kaggle.com/anokas/py3-image-downloader-w-progress-bar
# -----------------------------------------------------------------------------------------------
# Note: requires the tqdm package (pip install tqdm)
# Note to Kagglers: This script will not run directly in Kaggle kernels. You