Code for intrusion detection system based on "Intrusion Detection System Using Machine Learning Algorithms" tutorial on Geeksforgeeks and Intrusion Detection on NSL KDD Github repository.
-
Create a new python virtual environment:
python3 -m venv .
-
Activate newly created python virtual environemnt:
source bin/activate
-
Install required packages:
pip install -r requirements.txt
-
To open jupyter notebook from the terminal:
jupyter notebook