The project deals with the advanced network visualisation tool for enhanced network management and analysis
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.
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.
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