To recreate this web app on your own computer, do the following.
Firstly, we will create a conda environment called bioactivity
python3 -m venv venv
Secondly, we will login to the bioactivity environement
source venv/bin/activate
Pip install libraries
pip install -r requirements.txt
The machine learning model used in this web app will firstly have to be generated by successfully running the included Jupyter notebook. Upon successfully running all code cells, a pickled model called PADI4_model.pkl will be generated.
streamlit run app.py
If you would like to explore the process of choosing the data, cleaning it, processing it and then ultimately choosing a model you can check it out in DesDrugDisco.ipynb