Real-Time Network Malware Detection Setup pip install -r requirements.txt Preprocess Data python preprocess.py Train Model python train.py Simulate Real-Time Detection python detect.py Notes You must label your data in processed.csv for real detection. For real-time packet capture, extend detect.py with scapy or pyshark. # malware-detection