Skip to content

Commit

Permalink
README: Update status section
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnor committed Jul 30, 2023
1 parent 695e60f commit b53fade
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ The goal is to enable applications to run ML inference on the microcontroller,
without having to touch any C code.

## Status
**Proof of Concept**
**Minimally useful**

- Can run RandomForest/DecisionTree
- Pre-built modules are available for the most common
- Can perform classification with [RandomForest](https://en.wikipedia.org/wiki/Random_forest)/DecisionTree models
- Installable as a MicroPython native module. No rebuild/flashing needed
- Models can be loaded at runtime from a .CSV file in disk/flash
- Pre-built modules are available for the most common architectures/devices
- Has been tested on `armv6m` (RP2040) and `x64` (Unix port)

Or contribute yourself!

## Prerequisites

Expand Down

0 comments on commit b53fade

Please sign in to comment.