ThreatGuard is an advanced threat detection system that utilizes the CICIDS 2017 dataset for network traffic analysis and anomaly detection.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
.
- Place the CICIDS 2017 dataset in the
data/
folder. - Run the main script:
python src/main.py
.
data/
: Contains dataset files.