ppt-eval-benchmark/Makefile

15 lines
374 B
Makefile

.PHONY: install preprocess metrics full
install:
poetry install
poetry run playwright install chromium
preprocess:
poetry run ppt2html-eval preprocess data/raw/samples.csv --work-dir data
metrics:
poetry run ppt2html-eval metrics data/processed/json --output-csv data/reports/metrics.csv
full:
poetry run ppt2html-eval full-run data/raw/samples.csv --work-dir data