Add run script

This commit is contained in:
Günter Windsperger 2021-06-05 15:13:27 +02:00
parent 0b0a798c71
commit cbcf115a0e
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,15 @@
cycler==0.10.0
joblib==1.0.1
kiwisolver==1.3.1
matplotlib==3.4.1
numpy==1.20.2
pandas==1.2.4
Pillow==8.2.0
pyparsing==2.4.7
python-dateutil==2.8.1
pytz==2021.1
scikit-learn==0.24.2
scipy==1.6.3
six==1.16.0
sklearn==0.0
threadpoolctl==2.1.0

11
competition/run.sh Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
pcapSource=$1
echo "Pcap source file: $pcapSource"
goFlows=go-flows
$goFlows run features 4tuple_bidi.json export csv input.csv source libpcap $pcapSource
pip install -r requirements.txt
python classifier.py