mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

micro-speech: fix unix port #58

Closed mocleiri closed 2 years ago

mocleiri commented 2 years ago

Fixes:

  1. main.py and micro_speech.py where out of date from before the audio_frontend came into microlite
  2. model.tflite was the uint8 broken version.
  3. Improved the output so you can more easily see it matches the test pcm data for yes and no.