Edge Impulse Inc. / Tutorial: Responding to your voice
This is the finished Edge Impulse project for the tutorial 'Responding to your voice'. From here you acquire new training data, design impulses and train models.
About this project
Hello, World!
Have you ever wanted to make your own "Ok, Google" or "Alexa" keyword spotting model? Clone this project to build an embedded ML project detecting the "Hello World" keyword phrase.
You can also follow our tutorial to guide you through building your keyword spotting model, from data collection to deployment on embedded devices.
Sensor & Block Information
- Microphone audio data (.wav files) @ 16000 Hz
- MFCC DSP block for human voice audio
- Neural Network Classifier with prediction outputs: "helloworld", "noise", "unknown"
Download block output
Title | Type | Size | |
---|---|---|---|
MFCC training data | NPY file | 1649 windows | |
MFCC training labels | NPY file | 1649 windows | |
MFCC testing data | NPY file | 413 windows | |
MFCC testing labels | NPY file | 413 windows | |
NN Classifier model | TensorFlow Lite (float32) | 17 KB | |
NN Classifier model | TensorFlow Lite (int8 quantized) | 8 KB | |
NN Classifier model | Model evaluation metrics (JSON file) | 6 KB | |
NN Classifier model | TensorFlow SavedModel | 22 KB | |
NN Classifier model | Keras h5 model | 16 KB |
Clone project
You are viewing a public Edge Impulse project. Clone this project to add data or make changes.
Run this model
Scan QR code or launch in browser
Summary
Data collected
34m 22sProject info
Project ID | 14225 |
Project version | 10 |
License | Apache 2.0 |