Add run script
This commit is contained in:
parent
0b0a798c71
commit
cbcf115a0e
15
competition/requirements.txt
Normal file
15
competition/requirements.txt
Normal 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
11
competition/run.sh
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user