Skip to content

Streamlit application for predicting the viscosity of Ionic Liquids

License

Notifications You must be signed in to change notification settings

mark-earl/il-viscosity-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: Does not work with Python 3.13, stick with Python 3.12

Setting up virtual env (Windows):

mkdir .venv
python -m venv ./.venv
./.venv/Scripts/activate
python -m pip install --upgrade pip
pip install -r ./requirements.txt
<Develop>
deactivate
rm ./.venv -r