Repository for Generalised Zero Shot Learning Model which is being created while working on Bachelor Thesis at Warsaw University of Technology
In this repository dataset is ignored. To use the model properly you have to:
- Install the AWS CLI
- Run
aws s3 sync --no-sign-request --region <your-region> "s3://cse-cic-ids2018/Processed Traffic Data for ML Algorithms/" dest-dir
AWS region list - Put data inside
/data/raw
cd packetbaseml
pip install -e .
orpip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org -e .
if encounter SSL errors