Skip to content

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

Notifications You must be signed in to change notification settings

Sankeerth2005/COMPUTER-NETWORKS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages