title | emoji | colorFrom | colorTo | sdk | sdk_version | python_version | app_file | pinned | tags | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Hexviz |
👁️🧬 |
green |
purple |
streamlit |
1.17.0 |
3.10.5 |
./hexviz/🧬Attention_Visualization.py |
true |
|
Visualize attention pattern on 3D protein structures
poetry install
poetry run streamlit run hexviz/streamlit/Attention_On_Structure.py
Spaces require dependencies in a requirements.txt
file. Export depencies from poetry's pyproject.toml
file with:
poetry export -f requirements.txt --output requirements.txt --without-hashes
This project builds on the attention visualization introduced and developed in https://github.com/salesforce/provis#provis-attention-visualizer