rufimelo/compression-theory-viz
0
Compression Theory Visualization
Interactive Streamlit app for exploring theorem compression analysis results.
Features
- ๐ Prompts Tab: View agent system and task prompts (Profiler, Analyzer, Reproducer)
- ๐ Trajectories Tab: Inspect agent thinking steps and tool calls from evaluation runs
- ๐ Outputs Tab: Browse distilled summaries, derived theorems, and analysis results across compression levels
Running Locally
pip install -r requirements.txt
streamlit run streamlit_app.pyVisit http://localhost:8501
Deployment
This app is designed for HF Spaces with Docker SDK. The Dockerfile handles all setup.
See STREAMLIT_DEPLOYMENT.md for detailed deployment instructions.
