Spaces:

File size: 653 Bytes
e2061b9
 
 
 
 
 
 
 
 
 
28d4b1e
08dc5f2
 
 
 
 
 
 
28d4b1e
53ba5a6
 
 
 
 
 
08dc5f2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
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
```

## Export dependcies from poetry
Spaces [require](https://huggingface.co/docs/hub/spaces-dependencies#adding-your-own-dependencies) dependencies in a `requirements.txt` file. Export depencies from poetry's `pyproject.toml` file with:
```shell
poetry export -f requirements.txt --output requirements.txt --without-hashes
```