Skip to content

magic-script/magic-script-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicScript Samples

License

Samples showing how to use MagicScript API

Dependencies

You will need:

  1. ML1 hardware to run these samples
  2. ML SDK installed to build the samples
  3. magic-script CLI tool installed to build and run the samples

Usage

  1. Clone this repo.
git clone https://github.com/magic-script/magic-script-samples.git
  1. Enter the directory of a sample you want to build.
cd magic-script-samples/sample-model
  1. Build the app and install it on device.
magic-script build -i
  1. Run the app on the device.
magic-script run

Samples included

Samples needed

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details