Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 829 Bytes

File metadata and controls

24 lines (17 loc) · 829 Bytes

COMPUTER-NETWORKS

The project deals with the advanced network visualisation tool for enhanced network management and analysis

Network Visualization Tool

This project provides an interactive web application for visualizing and analyzing random graphs. The tool allows users to compute degree centrality, find the shortest path between nodes, and visualize the network graph interactively using Streamlit and Plotly.

Project Structure

  • data.csv: Input data file used for any additional data needs.
  • app.py: Main script to run the Streamlit web app.
  • README.md: Project documentation.

Requirements

The following Python libraries are required:

  • pandas
  • networkx
  • plotly
  • streamlit

You can install the required libraries using the following command:

pip install pandas networkx plotly streamlit