CyberViz is a framework for data visualization and manipulation of large dataset written in python. The main purpose of the tool is to help people understanding one or several dataset correctly and perfom plenty of operation like AI training, dynamic visualization with graphs and more.
As the name suggest, this tool is oriented for cybersecurity so I'm principally developping features for security dataset like csv, pcap or logs.
Features :
- Open .csv and .pcap dataset
- Data visualization with graphics
- Dashboard using streamling
- Detect attack patterns
Done :
- define a dataset and a dataset collection
- create the main class for dataset collection management (Cyberviz)
- define CSV type for load(), preview() and metadata()
Todo :
- add more methods for data viz on CSV dataset
- define PCAP type
- more type checking and tests

