Illustrate the different steps to deploy a tensorflow deep learning model. this tuto is divided into two parts
-
- training the model => result : model.h5
- transforming into protobuff tensorflow graph format => result : model.pb
- transforming into tflite format => result : model.tflite
-
- build the android app
- compile tflite dependencies
- define input/output model shapes
- run inference