This is a web application for calculating static drug-drug interactions (DDI) using enzyme induction and inhibition parameters.
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Create a virtual environment:
python3 -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
shiny run --reload app.py
-
Open your web browser and go to
http://localhost:8000to access the application.