e-eeeema commited on
Commit
081cd8d
Β·
verified Β·
1 Parent(s): 798507e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -9,3 +9,15 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  pinned: false
10
  ---
11
 
12
+ This is a machine learning Streamlit app that predicts potential cyberattacks based on real-time session characteristics like IP reputation, login attempts, and encryption type.
13
+
14
+ It uses a LightGBM classifier trained on a labeled intrusion detection dataset. The model prioritizes **recall** to minimize undetected attacks and is deployed via a Hugging Face API.
15
+
16
+ - πŸ“Š Explore session data trends
17
+ - πŸ” Predict intrusions in real time
18
+ - πŸ€– Model: LightGBM with threshold = 0.2
19
+
20
+ [πŸ”— Model Notebook](https://github.com/butlerem/intrusion-detection-model-lgbm)
21
+ [πŸ”— Dataset Source](https://www.kaggle.com/code/nukimayasari/cybersecurity-intrusion)
22
+
23
+