An open API service indexing awesome lists of open source software.

https://github.com/ai-techsystems/arduino

tinyml library for Arduino
https://github.com/ai-techsystems/arduino

arduino arduino-boards arduino-library arduino-nano c-plus-plus deep-learning deeplearning embedded embedded-devices hardware tinyml

Last synced: 4 months ago
JSON representation

tinyml library for Arduino

Awesome Lists containing this project

README

          

# deepC for arduino

deepC is an open source deep learning framework for on-device inference on embedded devices. This repository is adapted for arduino devices. It enables low-latency inference of on-device machine learning models with a small binary size with low memory and high performance.

# KPNS
### 1. add -fexceptions, and remove -fno-exceptions
to the compiler flags to the platform.txt of your Arduino IDE installation files given below:
- ${ARDUINO_INSTALLATION}/.arduino15/packages/arduino/hardware/mbed/1.1.4/variants/ARDUINO_NANO33BLE/cxxflags.txt
- ${ARDUINO_INSTALLATION}/arduino-1.8.12/hardware/arduino/avr/platform.txt