avantikaaa / network-vis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Directory Structure:

  • 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

Python Libraries:

  1. dash
  2. dash_core_components
  3. dash_html_components
  4. dash_bootstrap_components
  5. plotly
  6. pandas

All of these libraries can be installed using pip.

Running the application

  1. Navigate into the dash directory on the terminal.
  2. Start the app using the command: $ python3 dashboard.py
  3. Open http://localhost:8050 to use the application.

About


Languages

Language:Jupyter Notebook 99.5%Language:Python 0.5%