Handwritten Digit Recognition using Convolutional Neural Networks
- Inside the models directory you can found the Keras H5 models saved from the notebook file
- Inside the hex direcotry there is the binary of the demo I realize
Based on this excellent works, I realize this notebook for saving the model in H5 format. Then I use STM32Cube.AI to import the model and generate the source to realize my demo.
Inside the src direcotry there are two .c files.