Clone this repository and create a virtual environment to run this app locally:
python3 -m virtualenv venv
In a Unix System:
source venv/bin/activate
In Windows:
venv\Scripts\activate
Install all required Python dependencies by running:
pip install -r requirements.txt
Run this app with
python app.py
- Dash - Main server and interactive python framework
- Plotly - Used to create the interactive plots
- Dash Bootstrap Components - A library of Bootstrap components for Plotly Dash