A Morse Code decoder running on an ESP32 using a classification model trained using machine learning
 
 
Go to file
alastaira 04eb63b107 Upload Python script and training data used to create model 2022-12-14 17:11:14 +00:00
src Initial commit 2022-12-14 14:32:24 +00:00
training_data Upload Python script and training data used to create model 2022-12-14 17:11:14 +00:00
LICENSE Initial commit 2022-12-14 14:28:15 +00:00
README.md Initial commit 2022-12-14 14:28:15 +00:00
create_classifier_function.py Upload Python script and training data used to create model 2022-12-14 17:11:14 +00:00
esp32-morse-decoder.ino Initial commit 2022-12-14 14:32:24 +00:00
model.h Initial commit 2022-12-14 14:32:24 +00:00

README.md

esp32-morse-decoder

A Morse Code decoder running on an ESP32 using a classification model trained using machine learning