Skip to content

kashimAstro/tf-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tf-esp32

a small component esp-idf for supporting tensorflow lite inferences for microcontrollers (experimental)

esp-idf:
https://docs.espressif.com/projects/esp-idf/en/latest/

tensorflow lite microcontroller:
https://www.tensorflow.org/lite/microcontrollers/overview


  • use tensorflow for training your model
  • convert model tensorflow in tflite quantization
  • convert tflite model to array c

main folder contain example tflite load model
components folder contain tensorflow lite source and cmake structure