This is a collection of applications using the Jupyter IDE
- From the book Hands-On Machine Learning for Cybersecurity by Soma Halder, Sinan Ozdemir
- GitHub repo for code: https://github.com/PacktPublishing/Hands-on-Machine-Learning-for-Cyber-Security
Each bit of code will likely have its own liscense
This set of applications utilizes docker to handle most dependencies.
- If you're using Windows, get docker here
- On Linux, install
docker-composeand all of its dependencies through your package manager
git clone https://github.com/t-ramz/cybersec into your desired directory
In a terminal:
sudo docker-compose up
Windows users should leave out the sudo
From here your terminal should provide alink to the running application. Follow the link and you can view the code