Giter Site home page Giter Site logo

artbreeder-scraper's Introduction

Artbreeder Scraper

A script to scrape and download images from artbreeder.com

Usage

1. Scrape URLs

To get the image urls, run scrape.py

python scrape.py -o urls.txt --iterations 100 --type anime_portraits

This will collect the anime portraits image urls by scrolling the site for 100 times.

Available image types are:

  • general
  • portraits_sg2
  • landscapes_sg2_concept
  • buildings
  • paintings
  • sci_bio_art
  • characters
  • albums
  • furries
  • anime_portraits

For more command line options, run --help

python scrape.py --help

2. Download Images

To download the images using the scraped url, run download.py

python download.py urls.txt --output images --delay 60

This will download urls in urls.txt and save it into images directory. It will also wait for 60 s every 1000 images to prevent API limit.

3. Expand Image to Square (Optional)

Some images are portrait or landscape. As the purpose of this script is to collect image for GAN training. You can run the following script to expand the image into a square.

python preprocess.py input_dir -o output_dir

License

This project is under license from MIT. For more details, see the LICENSE file.

artbreeder-scraper's People

Contributors

mfrashad avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.