Team Member:
Team Member:Ran Ji (rj27)
Haoran Zhu (hz61)
Introduction
IntroductionWith the content of Chapter 7 of TinyML book, we have worked on the project of voice recognition with Arduino Nano 33 BLE Sense. The main goal is to recognize the word "Yes" and "No" with the trained model.
Discussion
DiscussionThe main sequence can be described as the following:
1. Receiving voice input
2. Process the voice input into an Arduino suitable data then proceed into the model
3. Runs inference on the processed input
4. Further processes the model’s output
5. Output the LED according to the model output.
Comments