https://github.com/utensor/cloud9-installer
https://github.com/utensor/cloud9-installer
cloud9-ide mbed utensor
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/utensor/cloud9-installer
- Owner: uTensor
- License: apache-2.0
- Created: 2018-04-13T20:26:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T07:35:32.000Z (almost 7 years ago)
- Last Synced: 2025-07-21T10:40:29.249Z (8 months ago)
- Topics: cloud9-ide, mbed, utensor
- Language: Shell
- Size: 138 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://aws.amazon.com/cloud9/) and register an account

### Create an Environment
- Create an environment from the Cloud9 Dashboard

- Give the instance a name

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

- Click on Next
- Click on Create

### Run the Command
- Run the command

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

## What's Next?
Try the [quick-start guide](https://github.com/uTensor/utensor-mnist-demo)