Malware-detection-using-Machine-Learning A fork of tuff96/Malware-detection-using-Machine-Learning for school project. Usage $ python3 -m venv venv $ source venv/bin/activate $ pip install -r requirements.txt $ python train.py data.csv $ python predict.py file1.exe file2.exe [...]