This is a repo of scripts to run quick demos of WEKA using a cloud deployed cluster.
Instructions
- Deploy a WEKA cluster with c5n.4xlarge clients or larger
- Login to a client
- su to root
sudo su -
- Confirm you have git:
yum install git -y
or
apt install git -y
- Clone this repo
git clone https://github.com/weka/sedemotools