Netlyze is a visual analytics tool built for comparing and analyzing complex network structures. It leverages Python's engineering stack to provide insights into connectivity, density, and node importance.
- Comparative Analysis: Compare two different networks side-by-side.
- Smart Insights: Automatic generation of technical reports based on graph metrics.
- Optimized Performance: Uses vectorization (Pandas/NetworkX) for fast data loading.
- Safety Measures: Includes thresholds for large graphs to ensure UI responsiveness.
- Modern Interface: Dark/Light mode support via
customtkinter.
Netlyze/ βββ main.py # Application core βββ README.md # Documentation βββ requirements.txt # Dependencies βββ examples/ # Sample datasets βββ infrastructure.csv βββ social_network.csv