Project
CSEC-520/620 Cyber Analytics & Machine Learning Team 1 - Connie Dunlap, Ryne Krueger, Jackson Robbins, Wyatt Tauber
WARNING: Contains live malware. Do not run on a Windows system.
To run our code, please follow the steps below:
-
Install Jupyter Notebook (https://jupyter.org/install). Alternatively, use the web version (https://jupyter.org/try) and select Classic Notebook.
-
This notebook requires the following packages:
- TBD
- The following files and folder should be in the same directory as this notebook:
- TBD
-
Start Jupyter Notebook by typing "jupyter notebook" in the command line. This command should redirect you to a webpage running on localhost, showing your file system. (Skip this step if using the web version)
-
Navigate to where the four files are stored and open as3.ipynb.
- If prompted, select (PyCharm csec620-project) as the kernel
-
To run all cells, select Cell -> Run All