Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

alankrantas/EloquentTinyML_Nano33BLE_Voice_Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EloquentTinyML Voice Classifier on Arduino Nano 33 BLE Sense

This is the code I've used in my Hackster.io project. The core principle is on Simone Salerno's blog article as well as his EloquentTinyML library.

  • Use the same mic on Nano 33 BLE Sense for voice data collection/classfication
  • Use standard Python and scikit-learn/Tensorflow 2 for neural network model training
  • Very easy Tensorflow model deployment with one script and one model file

image

Requirements: