Problem
Right now, visualizations are locked inside a Jupyter notebook. We want a lightweight web app so anyone can explore attention without running notebooks.
Goals
- Design an interactive interface (could be Flask, FastAPI + simple frontend, or Streamlit/Gradio).
- Allow users to change protein input, layer, and head.
- Generate and display the arc diagram + 3D overlay.
Expected Outputs
- Working web interface (even a prototype).
- README notes on how to run it.
Discussion Prompt
- Which web framework should we use?
- How do we balance performance vs. interactivity?
Problem
Right now, visualizations are locked inside a Jupyter notebook. We want a lightweight web app so anyone can explore attention without running notebooks.
Goals
Expected Outputs
Discussion Prompt