Skip to content

A magic wand project with ESP32+MPU6050+TensorFlow

Notifications You must be signed in to change notification settings

icantnameit/MagicWand

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

ESP32+MPU6050+TensorFlow的一个魔杖项目

Tensorflow转换成TensorflowLite的模型文件是.tflite后缀,需要转成.h才能写进ESP32

在linux系统(或者windows的git bash)运行这段代码将.tflite转成.h:

xxd -i model.tflite > model.h

About

A magic wand project with ESP32+MPU6050+TensorFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.7%
  • C++ 7.8%
  • Python 4.5%