Coder Social home page Coder Social logo

klumw / keyword_detection Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 4.51 MB

Key word/wake word detection with espressif esp32s3

License: Apache License 2.0

CMake 0.06% C 76.94% C++ 23.00%
ai-model audio-detection edge-impulse esp32s3 espressif key-word ml-model wake-word key-word-spotter devkit

keyword_detection's Introduction

Key Word/Wake Word Detection for ESP32-S3-DevKitC-1

Project highlights

  • ML audio model easily created using Edge Impulse
  • Default classification of key words 'yes' and 'no' with ESP32-S3
  • Use of latest esp-nn optimized neural network library
  • Audio processing using I2S microphone
  • Easy exchange of ML models thanks to standardized C++ library
  • Ideal template to program your own wake word or key word detection
  • Blinks green if 'yes' is detected, red if 'no' is detected

Edge Impulse is an open-source platform for machine learning on edge devices.
It allows developers to create and deploy ML models for their edge devices without
requiring deep knowledge of machine learning or embedded systems.

The Espressif esp32-s3 microcontroller is particularly well-suited for AI applications because it

  • has a powerful dual-core processor with a 240 MHz clock frequency
  • has an integrated Neural Network Accelerator (NNA) that accelerates the processing of AI models
  • supports a wide range of interfaces and sensors

Prerequisites

Circuit Diagram

Clone this repo with submodules

git clone --recurse-submodules https://github.com/klumw/keyword_detection.git

Build with idf.py

idf.py set-target esp32s3
idf.py build

keyword_detection's People

Contributors

klumw avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

keyword_detection's Issues

build error on line 125 in keyword.cpp

nice work!
I got it running with an INMP441 micro ...

but I got a build error on line 125 in keyword.cpp
msg->either all initializer clauses should be designated or none of them should be

change line 125 to
.clk_cfg = I2S_STD_CLK_DEFAULT_CONFIG(EI_CLASSIFIER_FREQUENCY),

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.