Demos and supporting data for literature mining and color prediction of electrochromic polymers (ECPs) to enable autonomous experimentation.
We recommend installing the package by following the instructions below.
conda create --name env-ecp python=3.11
conda activate env-ecp
git clone https://github.com/polybot-nexus/EPoly_LitMining_ColorPred.git
cd EPoly_LitMining_ColorPred
python -m pip install -r requirements.txt
Large language model (LLM) assisted extraction of chemical information. See demo1.ipynb.
A transformer model for predicting CIELab and Absorption spectra of ECPs. Visit https://polybot-ecps.streamlit.app/.
database_analysis.ipynbPlotting the statistics on our database and analysing the trends.model_comparison.ipynbComparison of several models on literature data.
To train your own models you can refer to the co-polymer-set-transformer repository:

