Skip to content

17sindhu/AnoMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚨 WiFi Anomaly Detection System 🔐

A real-time anomaly detection web application that identifies suspicious WiFi traffic using Machine Learning and displays live results on an interactive dashboard.


🧠 ML Model

We trained an XGBoost Classifier on the CSE-CIC-IDS 2018 dataset, specifically on one day's worth of WiFi traffic (02-15-2018.csv) due to dataset size (~6GB+).

✅ Model Highlights:

  • Algorithm: XGBoost
  • Accuracy: 99.67%
  • Binary Classification: Normal (0) vs Anomaly (1)
  • Features Used: Flow Duration, Packet Stats, IAT Mean/Std, etc.

🧰 Tech Stack

Layer Tools Used
🧠 Model Python, Scikit-learn, XGBoost
🌐 Backend Flask (REST API)
📊 Dashboard HTML/CSS, JS (optional extension)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors