Home

Awesome

uTensor + Mbed + Cloud9 Setup Script

Introduction

This script will install uTensor-CLI and Mbed-CLI on Cloud9 IDE. Installation takes only one line in the cloud:

bash <(curl -s https://raw.githubusercontent.com/neil-tan/cloud9-installer/master/install.sh)

It jump-starts the development process by automating the environment setup in the cloud. It contains the tools needed to create device binaries and data files from Tensorflow models.

Steps

Register a Cloud9 account

cloud9 register

Create an Environment

environment naming

environment naming

environment config

environment create

Run the Command

console

bash <(curl -s https://raw.githubusercontent.com/neil-tan/cloud9-installer/master/install.sh)

Let the script run

installer output

What's Next?

Try the quick-start guide