teachablemachine-community
teachablemachine-community copied to clipboard
Example code snippets and machine learning code for Teachable Machine
Quantized model can't be downloaded for 7 classes with approximately 75 images on each classes. Kindly resolve this issue ASAP Thank you
This template is for miscellaneous issues that you believe are not bugs or feature requests. Please provide as much detail as possible in your question.
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I want to have...
Hi, I hope I'm in the right place with my question: I have already trained some tflite models with on the Teachable maschine website, for my small project. That works...
May I know is it possible to use the Teachable machine exported pose model to integrate with the [Tensorflow React Native](https://github.com/tensorflow/tfjs/tree/master/tfjs-react-native) module? From the example code of Teachable machine pose...
My team and I are trying to use a TM pose model for our project and we have run into a roadblock. The ``model.json`` and ``metadata.json`` files given to us...
**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. download model.json file from a teachable machine model 2. read it in as a string in python with the...
Hi, I want to do a simple image classification model through Teachable machine on my dataset of images but i want the model to keep original aspect ratio of images...
Hi, I copied the code from this link https://github.com/googlecreativelab/teachablemachine-community/blob/master/snippets/markdown/image/tensorflow/keras.md And changed the testing image path. But when I run the python code, There is error. I suspect it may be...