Spaces:
Sleeping
Sleeping
Update README.md
Browse files
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 |
+
|