teachablemachine-community icon indicating copy to clipboard operation
teachablemachine-community copied to clipboard

Question: train on a Colab Notebook with the same training algorithm as the teachable machine

Open staebchen0 opened this issue 2 years ago • 2 comments

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 great. :-) However, you cannot create an object recognition model via Teachable Machine.

Now that I've tried Roboflow, I'd like to train my model with the Roboflow dataset using the same training settings that Teachable Machine uses.

I would like to do the same kind of training in a Colab notebook instead of using the Techable Maschine website Is that possible? if so, is there possibly a Colab example

staebchen0 avatar Jan 14 '23 10:01 staebchen0

Hi @staebchen0, we don't have a colab notebook example but if you take a look at this repository, you'll be able to see how the models are trained using tensorflow.js

sryu1 avatar Jan 22 '23 06:01 sryu1

You might want to take a look at this: https://github.com/googlecreativelab/teachablemachine-community/blob/master/libraries/image/README.md

sryu1 avatar Jan 22 '23 06:01 sryu1