OAID/cortex-m-kws
Cortex M KWS example with Tengine Lite.
This project helps embedded systems developers quickly evaluate and implement keyword spotting (KWS) features on Cortex-M4 microcontrollers. It takes audio input and identifies specific keywords, enabling voice command capabilities for low-power devices. Developers can use this to add simple voice control to their embedded projects.
No commits in the last 6 months.
Use this if you are an embedded systems developer needing to deploy keyword recognition on a Cortex-M4 microcontroller for quick technical evaluation.
Not ideal if you are looking for a high-level API or a complete end-user application for voice assistants, as this is a low-level development example.
Stars
74
Forks
32
Language
C
License
Apache-2.0
Category
Last pushed
Jul 19, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/OAID/cortex-m-kws"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Picovoice/porcupine
On-device wake word detection powered by deep learning
MycroftAI/mycroft-precise
A lightweight, simple-to-use, RNN wake word listener
arcosoph/nanowakeword
A lightweight, open-source, and intelligent wake word detection engine. Train custom,...
mozilla/DeepSpeech
DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run...
vineeths96/Spoken-Keyword-Spotting
In this repository, we explore using a hybrid system consisting of a Convolutional Neural...