Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 803 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 803 Bytes

About

Repository for Generalised Zero Shot Learning Model which is being created while working on Bachelor Thesis at Warsaw University of Technology

Dataset

In this repository dataset is ignored. To use the model properly you have to:

  1. Install the AWS CLI
  2. 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
  3. Put data inside /data/raw

API

Working with notebooks

  1. cd packetbaseml
  2. pip install -e . or pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org -e . if encounter SSL errors