Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 939 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 939 Bytes

Dash Drug Discovery

About this app

This demo allows users to compare and explore different drug properties by selecting on the dropdown menu.

Original repo: plotly/dash-drug-discovery-demo

How to run this app

(The following instructions apply to Posix/bash. Windows users should check here.)

First, clone this repository and open a terminal inside the root folder.

Create and activate a new virtual environment (recommended) by running the following:

python3 -m venv myvenv
source myvenv/bin/activate

Install the requirements:

pip install -r requirements.txt

Run the app:

python app.py

Open a browser at http://127.0.0.1:8050

Screenshots

drug_discovery.png

Resources