Skip to content

leeyunjai/teachablemachine-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teachable machine(Image project) using keras / tflite model

Execute

  • set Image project
  • Add a class
  • Training
  • Export Model (Tensorflow lite/Keras)
  • Run: python3 main.py --type [tflite|keras] --model [model_path] --labels [labels_path]