A collection of ML security projects I built while going through the AI Red Teamer path on Hack The Box Academy. Each project covers a different security use case using Python and scikit-learn.
| Project | Description |
|---|---|
| Spam-Classification | SMS spam detection using Multinomial Naive Bayes with NLP preprocessing |
| Network-Anomaly-Detection | Network intrusion detection using Random Forest with multi-class traffic classification |
| Malware-Classification | Malware family classification from binary visualization using Transfer Learning with ResNet50 |