https://github.com/eloquentarduino/eloquentarduino
IO, scheduling, utils, machine learning... for Arduino
https://github.com/eloquentarduino/eloquentarduino
arduino-library machine-learning svm-classifier
Last synced: 5 months ago
JSON representation
IO, scheduling, utils, machine learning... for Arduino
- Host: GitHub
- URL: https://github.com/eloquentarduino/eloquentarduino
- Owner: eloquentarduino
- Created: 2019-12-13T10:49:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T17:52:56.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T16:11:12.202Z (9 months ago)
- Topics: arduino-library, machine-learning, svm-classifier
- Language: C++
- Homepage: https://eloquentarduino.github.io/EloquentArduino/
- Size: 1.19 MB
- Stars: 166
- Watchers: 18
- Forks: 59
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EloquentArduino library
This library contains source code and examples from the [eloquentarduino blog](https://eloquentarduino.github.io/),
covering very different topics:
- data structures
- image / camera processing
- print utilities
- ...other miscellaneous
You can install this library either by cloning the repo or directly from the Arduino IDE Library Manager.
If you're interested in TinyML, I suggest you check out the [EloquentTinyML library](https://github.com/eloquentarduino/EloquentTinyML).