Skip to content

Commit 668916f

Browse files
author
Pranav A
committed
Pull request #7: improving readme
Merge in TINYML-ALGO/tinyml-agent-skills from 2026/pranav_a to main * commit '68686b36536d7dd8f01c96fe41150f555e281aac': improving readme
2 parents 814316e + 68686b3 commit 668916f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This repository contains the tinyml-agentic-skill, an end-to-end skill for building, training, compiling, and deploying ML models to embedded MCUs using tinyml-tensorlab.
44

5+
**Beta Feature** — This skill is experimental. Workflow and output may change.
6+
57
## Installation
68

79
### SSH Key Setup
@@ -56,8 +58,11 @@ The TinyML Agent guides you through the complete TinyML workflow to:
5658

5759
**Prerequisites:**
5860
- `tinyml-tensorlab` installed and set up on your system
59-
- A dataset in CSV, TXT, or NumPy format
6061
- Python environment with PyTorch and tinyml dependencies
62+
- A dataset in CSV, TXT, or NumPy format
63+
64+
**Data Requirements:**
65+
This skill handles formatting for tinyml-tensorlab compatibility. You must provide pre-processed, cleaned data — the skill does not clean or preprocess raw datasets.
6166

6267
## How to Use
6368

0 commit comments

Comments
 (0)