Home

Awesome

DISCONTINUATION OF PROJECT.

This project will no longer be maintained by Intel.

Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.

Intel no longer accepts patches to this project.

If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.

Link to MLsploit Main Project <img src="../master/atdml/static/atdml/img/mlsploit.png" height="60"></img>

Black Hat Arsenal

<img src="../master/atdml/static/atdml/img/mlaas.png" height="100"></img>

MLsploit Module: Resilient-ML-Research-Platform

This is a web platform to demo Machine Learning as a Service (MLaaS) on security researches. It has a machine learning (ML) pipeline to build and tune models. It also has a portal to demo adversarial ML and countermeasures.

Getting Started

Dependancies

Installation

docker login                    # Login to Docker Hub by your id & password
cd ./docker                     # cd to folder "docker" in git cloned project
chmod 755 *.sh                  # Change scripts to be executable
sudo ./setup_docker_linux.sh    # Create users on Linux and copy related files
./run_container_linux.sh        # Pull images from Docker Hub and run 4 containers:
                                #   HDFS/Spark master & slave1, mongo & Django web 
                                # Access at http://<your machine dns>:8000/ id=demo pwd=demo123

Design Diagrams

Data Flow:

<p align="center"> <img src="../master/atdml/static/atdml/img/mlaas_arch_gpu.png" height="320"> </p>

Software Stack:

<p align="center"> <img src="../master/atdml/static/atdml/img/sw_stack.png" height="200"> </p> Note: DNN worker to be released...

License

This project is licensed under the Apache 2.0