Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leeyunjai/teachablemachine-python

keras and tflite inference code for image project of teachable machine
https://github.com/leeyunjai/teachablemachine-python

deep-learning keras machine-learning opencv teachable-machine teachablemachine tensorflow tensorflow-lite

Last synced: 2 months ago
JSON representation

keras and tflite inference code for image project of teachable machine

Awesome Lists containing this project

README

        

# Teachable machine(Image project) using keras / tflite model
+ Client code(opencv) for teachable machine's Image project
+ Tested tensorflow lite(quant / unquant) and keras
+ Tested Raspberry OS / Ubuntu
+ https://teachablemachine.withgoogle.com/

# 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]