Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/leeyunjai/teachablemachine-python
- Owner: leeyunjai
- Created: 2020-06-08T11:21:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T06:51:02.000Z (almost 2 years ago)
- Last Synced: 2023-06-05T00:20:20.153Z (over 1 year ago)
- Topics: deep-learning, keras, machine-learning, opencv, teachable-machine, teachablemachine, tensorflow, tensorflow-lite
- Language: Python
- Homepage: https://blog.naver.com/leeyunjai
- Size: 5.27 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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]