sipeed/TinyMaix
TinyMaix is a tiny inference library for microcontrollers (TinyML). observed · 2026-08-28
Health v2 · maintenance only
34/100
- Activity 5
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1486
- days_rel: n/a
- days_push: 575
- n_releases_24m: 0
Adoption not part of the score
1071 stars · 169 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
TinyMaix is a tiny neural network inference library for microcontrollers (TinyML), with core code under 400 lines and a .text section under 3KB. It supports INT8/FP32/FP16 (and experimental FP8) models converted from Keras h5 or TFLite, with SIMD acceleration for ARM, RISC-V, CSKY, and x86.
Use cases
- run mnist inference on an Arduino ATmega328
- deploy neural network models on resource-limited microcontrollers
- run tinyml models on embedded chips with only 2KB of RAM
- convert keras or tflite models for mcu inference
- accelerate inference with ARM SIMD/NEON or RISC-V vector extensions
- train and deploy models online via MaixHub
When to choose
- you need neural network inference on very small MCUs with limited flash and RAM
- you want a simple, readable TinyML library you can understand in 30 minutes
- you need multi-architecture support including ARM, RISC-V, and x86
- you want full static memory configuration
When to avoid
- you need a feature-rich production TinyML stack with CMSIS-NN optimizations
- you need large or complex models beyond tinyml scale
- you need many advanced ops and new model architectures
- you want a mature ecosystem like TFLite Micro or microTVM
Facets
library · maturity active
machine-learning llm-inference embedded machine-learning embedded-systems artificial-intelligence embedded c cross-platform iot tinyml neural-network-inference microcontroller int8-quantization mcu
1 source
- readme: https://github.com/sipeed/TinyMaix · fetched 2026-08-28 · a3322e979776
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sipeed/TinyMaix | main | 34 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem