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 |
+
|