Drug Design Web is a web tools for Drug Design, The drug design platform is a convenient tool designed for professionals in fields such as computational chemistry and computational biology.
Our goal is to simplify the workflow of drug design tools, enabling users to quickly obtain desired results and visualize them.
This platform assists users in various functionalities, including molecular generation, virtual screening, protein structure prediction, and ADMET prediction. Users can easily and conveniently perform these tasks through the web interface without the need for any programming knowledge.
python=3.6+
conda create -n drugweb_env python==3.8
conda activate drugweb_env
conda install streamlit
streamlit run Home Page.py
For specific instructions on how to use, please refer to the ‘pages’ folder.