MolWall (aka Wall of Molecules)
June 28, 2022 ยท View on GitHub
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.