Project Idea: Making an Intrusion Detection using Machine Learning
Intrusion-Detection-using-ML: The aim of the project is to train model for Intrusion Detection task.
Step 1: Understanding and Cleaning up the data. Generating data insights.
Step 2: Training multiple classifiers models on the dataset.
Step 3: Generating report for comparing model results.
Step 4: Developing Flask server for users to select and input test data.
Notebook used to train Random Forest and SVM model: Here(GitHub) or Here(Colab)
To install requirements, run the following command.
$ pip install -r requirements.txt
Steps for starting server.
$ export FLASK_APP=app.py
$ python -m flask run