Data Sources

All datasets powering the predictive model — ...

Active Sources

0 connected

Pending Sources

2 awaiting data

FCC Consumer Complaints

Federal Communications Commission — billing fraud, dark patterns, cramming

Awaiting data/raw/fcc_complaints.csv

NHTSA Safety Complaints

Vehicle safety defects, recalls, manufacturer non-compliance

Awaiting data/raw/nhtsa_data/CMPL.txt

Pipeline Commands

# Ingest all available data sources

python super_engine.py --source all

# Score all complaints with Rule 23 engine

python legal_scorer.py

# Find litigation leads

python find_classes.py --min-score 0.45