Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 781 Bytes

File metadata and controls

33 lines (22 loc) · 781 Bytes

AICS

2022-Fall-Challenge-Semester

Image Crawling implementation:

This package is created to effectively collect non-copyright image data. The code can crawl some copyright free image sites such as iStock, pizabay, and Shutterstock.

Requirements

  • Python 3.7+
  • Works on Linux, Windows, maxOS, BSD
  • chromedriver.exe (which version matches your chrome browser)

Usage

  1. construct python virtual environments :
python3 -m venv selenium
  1. activate virtual environment 'selenium'

  2. Please make sure the required python packages are installed before using the package: The quick way:

pip install -r requirements.txt
  1. run the code

Documentation

You can check https://www.notion.so/RexT-b7af591dc70b4e4fb1123b75fff6af3d for release notes.