microsoft / iot-curriculum

Hands on labs and content for students and educators to learn and teach the Internet of Things at schools, universities, coding clubs, community colleges and bootcamps
MIT License
161 stars 52 forks source link

Adding TinyML lab #64

Closed jimbobbennett closed 3 years ago

jimbobbennett commented 3 years ago

This lab uses the Arduino Nano 33 sense BLE board and shows how to build an audio classifier.

The lab uses VS Code and PlatformIO to program the device to capture training data, and to classify audio data. It uses Python inside VS Code to train the model that is used.