Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 688 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 688 Bytes

Operation Criminal Kitty

JUMP: @buoydontfloat

Scrape

cp .env.sample .env
# add api key
pip install python-dotenv

# scrape API and save to file
cd scrape
python scrape-api.py

# read saved file and download images locally
cd scrape
python scrap-images.py

Classify

Using mechanical turk...

References