EverywhereML: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
https://github.com/eloquentarduino/everywhereml | https://github.com/eloquentarduino/everywhereml | ||
To try out the example download the following | To try out the example | ||
* download the following python notebook (and change the file type to ipynb - remove .txt) | |||
[[File:Classifier.ipynb.txt]] | [[File:Classifier.ipynb.txt]] | ||
* download the example dataset [[File:Concatenated df 3 led.csv]] | |||
Run the python notebook and make sure that the path to the data file is adapted in the notebook to fit your local system. |
Revision as of 11:13, 12 June 2024
With everywhereML you can train machine learning models and deploy them on different microcontroller platforms https://github.com/eloquentarduino/everywhereml
To try out the example
- download the following python notebook (and change the file type to ipynb - remove .txt)
- download the example dataset File:Concatenated df 3 led.csv
Run the python notebook and make sure that the path to the data file is adapted in the notebook to fit your local system.