Coder Social home page Coder Social logo

jnpn7 / intrusion_detection_system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from manandhar01/intrusion_detection_system

0.0 0.0 0.0 3.18 MB

Intrusion Detection System implemented using Few-Shot Learning and CICIDS2017 dataset

JavaScript 100.00%

intrusion_detection_system's Introduction

IDS_GUI

This is the backend of the IDS. This repository contains references two other repositories which are included as submodules and are needed for proper operation of the project.

Hardware Requirements

  1. Intel Core i5 or equivalent processor
  2. Nvidia GPU

Software Requirements

  1. Linux OS
    The backed server is dependent on some core Linux programs that are not available on Windows. So, Linux OS is required to run the server.

  2. Node.js
    Node.js is needed to spin up the server and npm is needed to install the dependencies of the project.

  3. Python
    The AI model for the IDS has been developed using Python and several python modules are needed for running the model to predict the data.

Submodule Repositories

  1. webgui
    This repository contains the frontend of the project developed using React.js.

  2. Intrusion-Detection-System-Using-Fewshot-Learning
    This repository contains the AI model of the project written in python.

Getting Started

  1. Clone the repo with --recursive flag so that the submodules are cloned with proper names.
    git clone --recursive https://github.com/manandhar01/ids_gui.git

Running the app

NOTE :: The following steps assumes that you have Node.js and npm already installed in the system.

  1. Navigate to the cloned project directory.
    cd ids_gui

  2. Install necessary node modules for the backend.
    npm install

  3. Start the backend server with superuser privileges. The server listens to port 3001. Port can be changed in index.js file at the root directory of the project.

    NOTE :: Make sure that all the python packages mentioned in the AI/requirements.txt has been installed in a virtual environment and the virtual environment is activated before starting the backend server.

    sudo node index.js

  4. Navigate to frontend directory in a new terminal window.
    cd ids_gui/frontend

  5. Install necessary node modules for the frontend.
    npm install

  6. Start the frontend server. The server listens to port 3000.
    npm start

Screenshots

  1. Landing Page Landing Page
  2. Traffic Page Traffic Page
  3. Traffic Details Show More Page
  4. Form Page Form Page
  5. Form Data Prediction Prediction
  6. Prediction from CSV data Prediction Prediction
  7. Logs Logs
  8. Scatter Page Scatter Plot
  9. Bar Graph Bar Graph
  10. Pie Chart Pie Chart

intrusion_detection_system's People

Contributors

manandhar01 avatar abhinandanshrestha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.