Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.42 KB

Readme.md

File metadata and controls

41 lines (29 loc) · 1.42 KB

ML for IoT pipeline - vcs512

Pipeline to train and evaluate metrics of Convolutional Neural Networks (CNNs) that fit in IoT/MCU (Internet of Things / Microcontroller) devices.

ML Pipeline

Notebooks were made to follow a standard Machine Learning (ML) development to production pipeline:

Automatic scripts

For automatic usage in CLI, it is possible to run scripts in scripts.

Model and general parameters

Module that gather model and general parameters used: development module

Model and metrics results

Directory to save the models and its results: model dir

Requirements installation

$ pip install -r requirements.txt

References

Implementation of a model in an ESP32 MCU:

Dataset reference

General pipeline

TinyML