CoolFace
Apppublic

jawwad2723/CyberAttackPrediction

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿ›ก๏ธ AI-Powered Threat Detection & Response

This project demonstrates a machine learning model trained on CICIDS2017 dataset to detect network attacks in real-time.

Features

  • โ€”Upload CSV of network traffic features
  • โ€”Predict whether traffic is Benign or Malicious
  • โ€”See confidence scores for each attack type
  • โ€”Visualize distribution of predictions

Tech Stack

  • โ€”Python
  • โ€”Scikit-learn for ML
  • โ€”Streamlit for frontend
  • โ€”Hugging Face Spaces for hosting

How to Use

  1. 1.Upload a .csv file with network traffic features (preprocessed).
  2. 2.The model will classify the traffic into categories like BENIGN, DDoS, PortScan, etc.
  3. 3.Results + charts will appear on the dashboard.