uTensor/uTensor
TinyML AI inference library observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 20
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3268
- days_rel: n/a
- days_push: 480
- n_releases_24m: 0
Adoption not part of the score
1928 stars · 250 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
uTensor is an extremely lightweight machine learning inference framework built on TensorFlow and optimized for Arm Cortex-M microcontroller targets, with a core runtime of only ~2KB. It converts trained TensorFlow models into generated C++11 code plus a small runtime library for on-device inference.
Use cases
- run neural network inference on a Cortex-M microcontroller
- deploy a TensorFlow model to embedded hardware
- run TinyML on an IoT device with limited RAM
- generate C++ code from a trained TensorFlow model
- do on-device ML inference without a cloud connection
When to choose
- you need ML inference on resource-constrained Arm Cortex-M or mbed targets
- you want a minimal runtime footprint (~2KB) and predictable memory usage
- you prefer offline model translation to generated C++ code
When to avoid
- you need training on-device rather than inference only
- you target non-Arm platforms or need broad operator support
- you want an actively evolving ecosystem like TFLite Micro
Facets
library · maturity maintenance
machine-learning llm-inference embedded machine-learning embedded-systems iot cpp embedded cross-platform tinyml tensorflow cortex-m edge-computing microcontroller mbed model-codegen
1 source
- readme: https://github.com/uTensor/uTensor · fetched 2026-08-28 · aea888724628
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| uTensor/uTensor | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem