A Streamlit-based Python application that simulates computer network traffic and applies optimization techniques for data center management.

- Simulated network nodes and traffic
- Graph-based routing optimization using NetworkX
- Visual network graph
- Cost-effective routing solutions
pip install -r requirements.txt
streamlit run app.py