Streamlit app that displays a "wall of molecules" interface with possibility to rate molecules.
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.
conda activate molwallst
streamlit run molwall.py
Apache 2.0.