Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.3 KB

README.md

File metadata and controls

51 lines (27 loc) · 1.3 KB

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

  • Go to Cloud9 and register an account

cloud9 register

Create an Environment

  • Create an environment from the Cloud9 Dashboard

environment naming

  • Give the instance a name

environment naming

  • Create an instance on EC2 and choose the Free-tier

environment config

  • Click on Next

  • Click on Create

environment create

Run the Command

  • 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