Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 557 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 557 Bytes

MolWall (aka Wall of Molecules)

Streamlit app that displays a "wall of molecules" interface with possibility to rate molecules.

Setup

Create environment using conda or mamba.

conda install mamba
mamba env create --file environment.yml

There is also requirements.txt that we use for rsconnect-python. It can be used for pip, virtualenv or Poetry too.

Running

conda activate molwallst
streamlit run molwall.py

License

Apache 2.0.