Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 394 Bytes

File metadata and controls

13 lines (10 loc) · 394 Bytes

MicroML

A nascent microbit-app for training neural networks, inspired by create.ai

Based on the example app template.

Building

Due to the C++ backend compilation may take a while if you compile with mkc. Thus pxt compilation is recommended instead:

pxt target microbit
pxt install
pxt build --local