hexviz / README.md
aksell's picture
Add metadata to run in huggingface spaces
e2061b9
|
raw
history blame
328 Bytes
---
title: Hexviz
emoji: 👁️🧬
colorFrom: green
colorTo: purple
sdk: streamlit
sdk_version: 1.17.0
app_file: ./hexvis/app.py
pinned: false
---
# hexviz
Visualize attention pattern on 3D protein structures
## Install and run
```shell
poetry install
poetry run streamlit run hexviz/streamlit/Attention_On_Structure.py
```