/STOIC

Serverless Teleoperable Hybrid Cloud for Machine Learning Applications on Edge Device

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

STOIC

STOIC - Serverless Teleoperable Hybrid Cloud for Machine Learning Applications on Edge Device

STOIC Architecture

  • Create wtb inference pod on Nautilus
sh GPU_Serverless/kubeless/image_clf/inference/deploy.sh
  • Run client on Mayhem cloud (edge cloud)
sh StartClient.sh
  • Run server on Raspberry Pi at Sedgwick Natural Reserve
sh StartServer.sh
  • Command Line Tool
./stoic run client --port 5001
./stoic run server --ip=127.0.0.1 --port=5001 --runtime=gpu2 --batch=3 --image=32 --preset=true
  • MySQL remove sudo for mysql -u root -p

Login with sudo:

sudo mysql -u root

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'test';