Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 553 Bytes

README.md

File metadata and controls

30 lines (28 loc) · 553 Bytes

AIsenberg

Bioactivity prediction to inhibit ERK2 enzyme

Prediction of molecules (SMILES) towards the inhibitation of ERK2 enzyme

Start the web Application

  1. Clone Project
git clone [email protected]:Heulito/AIsenberg.git
  1. cd into project
cd AIsenberg
  1. Create conda environment called WebAPP
conda create -n WebAPP python=3.8
  1. Activate conda environment
conda activate WebAPP
  1. Install the dependencies
pip install -r requirements.txt
  1. run the Web Application
streamlit run WebAPP_IC50.py