stalker-dataset / Makefile
efiop's picture
init
b9e10f2
raw
history blame contribute delete
222 Bytes
.PHONY: install scrape process upload clean
install:
pip install -r requirements.txt
scrape:
python scraper.py
process:
python process.py
upload:
python process.py --upload True
clean:
rm -rf dataset/*