| # Interactive demo (HuggingFace Space) | |
| gradio>=4.0 | |
| matplotlib>=3.7 | |
| # Core pipeline: no external dependencies needed | |
| # (extraction, fidelity, lossy, enforcement, lineage, runner all use stdlib only) | |
| # Optional: BART backend (real abstractive compression) | |
| # transformers>=4.30 | |
| # torch>=2.0 | |
| # Optional: back-translation backend | |
| # sentencepiece | |
| # Optional: testing | |
| # pytest>=7.0 | |