Samples showing how to use MagicScript API
You will need:
- ML1 hardware to run these samples
- ML SDK installed to build the samples
- magic-script CLI tool installed to build and run the samples
- Clone this repo.
git clone https://github.com/magic-script/magic-script-samples.git
- Enter the directory of a sample you want to build.
cd magic-script-samples/sample-model
- Build the app and install it on device.
magic-script build -i
- Run the app on the device.
magic-script run
This project is licensed under the Apache 2.0 License - see the LICENSE file for details