Developed using plotly and Dash.
- Clone the repository
- pip install -r requirements.txt
- python get_data.py
- python run.py
File | Functionality |
---|---|
run.py | core file along with app.py. runs the app. |
get_data.py | standalone script to fetch the data. |
layout.py | All the dash layouts of all pages. |
callbacks.py | callback functions of all pages. |
src/ | contains files with helper functions and plots. |