Skip to content

DefNux/AI-Powered-Network-Anomaly-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ AI-Powered Network Anomaly Detection

Machine Learning-based network intrusion detection using Python + Scikit-learn

πŸ“Œ Project Overview

This project trains an ML model (K-Means Clustering) to detect anomalies in network traffic using NetFlow/PCAP logs. It can also detect anomalies in real-time using scapy.

πŸ“‚ Folder Structure

πŸ“ AI-Network-Anomaly-Detection/
│── πŸ“‚ data/               # Contains network traffic datasets (CSV, PCAP)
│── πŸ“‚ models/             # Trained ML models (KMeans, Scaler)
│── πŸ“‚ scripts/            # Python scripts for training & detection
│── πŸ“‚ utils/              # Feature extraction utilities
│── README.md              # Project documentation
│── requirements.txt       # Dependencies
│── main.py                # Runs the full pipeline

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages