pip install virtualenv
virtualenv env
source env/bin/activate
pip install -r requirements.txt
Build KMeans cluster and test accuracy
python main.py
./flatc --python packet.fbs
sudo apt install texlive-full
Datasets from: https://github.com/defcom17/NSL_KDD
Code based on: https://github.com/AnomalyIDSBenchmark/KMeansNSL-KDD
Feature Extractor from: https://github.com/AI-IDS/kdd99_feature_extractor