Prediction of molecules (SMILES) towards the inhibitation of ERK2 enzyme
- Clone Project
git clone [email protected]:Heulito/AIsenberg.git
- cd into project
cd AIsenberg
- Create conda environment called WebAPP
conda create -n WebAPP python=3.8
- Activate conda environment
conda activate WebAPP
- Install the dependencies
pip install -r requirements.txt
- run the Web Application
streamlit run WebAPP_IC50.py