Skip to content

Artifact Analysis

Pipeline for collecting, analyzing, and publishing research artifact evaluation data from systems and security conferences.

Quick Start

# Install dependencies
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

# Run the full pipeline
./run_pipeline.sh --output_dir ../reprodb.github.io

# Run tests
pytest tests/ -v

Documentation Sections