Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available:
1.44.1
metadata
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