Skip to content

Commit

Permalink
readme: wording
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Gloor <code@stefan-gloor.ch>
  • Loading branch information
stgloorious committed Jun 11, 2024
1 parent 46bbe5c commit c498181
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ in a single column of the spectrum.

Then, this 124 x 129 spectrogram is fed into a neural network,
which was previously trained using the TensorFlow framework.
The model consists of a simple convolutional and dense neural network,
and was quantized to only use integers to speed up to inference time on
the resource-constrained microcontroller.
After training, the model is converted to a TFlite model, which
can run on top of the TFLite runtime
on the STM32.

## Dependencies
You only need some essentials and the `arm-none-eabi` toolchain.
Expand Down

0 comments on commit c498181

Please sign in to comment.