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
- Host: GitHub
- URL: https://github.com/ai-techsystems/arduino
- Owner: ai-techsystems
- License: apache-2.0
- Created: 2020-03-29T17:46:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T06:06:48.000Z (over 4 years ago)
- Last Synced: 2025-04-30T03:37:00.274Z (8 months ago)
- Topics: arduino, arduino-boards, arduino-library, arduino-nano, c-plus-plus, deep-learning, deeplearning, embedded, embedded-devices, hardware, tinyml
- Language: C++
- Homepage:
- Size: 1.06 MB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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