- Dataset: Contains the original dataset along with the scripts used for data preprocessing.
- Plots: Contains all the plots and visualizations generated for the dataset
- Reading material: Contains the reading material
- dash
- dash_core_components
- dash_html_components
- dash_bootstrap_components
- plotly
- pandas
All of these libraries can be installed using pip.
- Navigate into the
dash
directory on the terminal. - Start the app using the command:
$ python3 dashboard.py
- Open http://localhost:8050 to use the application.