Skip to content

Instantly share code, notes, and snippets.

View slavakurilyak's full-sized avatar

Slava Kurilyak slavakurilyak

View GitHub Profile
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreicdjlqsgjzro5hn4tjipke6krwquvf47d74mw6xi3wzq5m6x7bqh4 ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@slavakurilyak
slavakurilyak / scrape_google_images.py
Created December 11, 2019 17:59
Scrape Google Images
# Scrape Images From Google
#
# Inspiration: https://github.com/DtCarrot/sg-food-ml
import os
import time
from google_images_download import google_images_download
no_images_per_search = 1000 # Scrape 1,000 images per search
response = google_images_download.googleimagesdownload()
@slavakurilyak
slavakurilyak / keybase.md
Created June 27, 2018 00:20
Keybase proof

Keybase proof

I hereby claim:

  • I am slavakurilyak on github.
  • I am slavakurilyak (https://keybase.io/slavakurilyak) on keybase.
  • I have a public key ASCPZouJ6fAXwvIj2ZEBSH_sVOpiueZziL8drzevcPpGvQo

To claim this, I am signing this object:

@slavakurilyak
slavakurilyak / README.md
Created November 10, 2016 20:20
Get random image from a folder

Get random image from a folder

Dealing with a image dataset? Dealing with large folder of jpg? Use this script to print a random image from a folder.

Usage

To print a randomly selected image, type:

$ python random-image-from-folder.py <path>
@slavakurilyak
slavakurilyak / README.md
Last active April 18, 2024 03:11
Download images stored as URLs from a CSV file

Download images stored as URLs from a CSV file

Dealing with a image dataset? Dealing with CSVs intead of JPGs? Use this script to download images from a CSV file, which were originally stored as URLs.

Usage

To download full resolution images, type:

$ python download-images-from-csv.py