Spaces:
Sleeping
Sleeping
| title: Intrusion Detection Dashboard | |
| emoji: π‘οΈ | |
| colorFrom: indigo | |
| colorTo: blue | |
| sdk: streamlit | |
| sdk_version: "1.31.1" | |
| app_file: app.py | |
| pinned: false | |
| 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. | |
| 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. | |
| - π Explore session data trends | |
| - π Predict intrusions in real time | |
| - π€ Model: LightGBM with threshold = 0.2 | |
| [π Model Notebook](https://github.com/butlerem/intrusion-detection-model-lgbm) | |
| [π Dataset Source](https://www.kaggle.com/code/nukimayasari/cybersecurity-intrusion) | |