Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kostasereksonas/ids_test

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.
https://github.com/kostasereksonas/ids_test

ids intrusion-detection intrusion-detection-system nsl-kdd-dataset numpy pandas python scikit-learn tensorflow

Last synced: about 3 hours ago
JSON representation

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.

Awesome Lists containing this project

README

        

# IDS_test
Code for intrusion detection system based on ["Intrusion Detection System Using Machine Learning Algorithms"](https://www.geeksforgeeks.org/intrusion-detection-system-using-machine-learning-algorithms/) tutorial on Geeksforgeeks and [Intrusion Detection on NSL KDD](https://github.com/hymoe/Intrusion-Detection-on-NSL-KDD) Github repository.

Table of Contents
=================
* [Setup](#Setup)

# Setup
1. Create a new python virtual environment:
`python3 -m venv .`

2. Activate newly created python virtual environemnt:
`source bin/activate`

3. Install required packages:
`pip install -r requirements.txt`

4. To open jupyter notebook from the terminal:
`jupyter notebook`