teachablemachine-community
teachablemachine-community copied to clipboard
How can I run this on my own?
I saw that on the browser, I can only upload a certain amount of images to train on. I would like to upload a bit more to make my model a little more exact. Is it possible to run this locally on my machine so I can increase the image amount to get a more defined model?
Thanks!
take a look at the contents of this repository, it contains the training data for teachable machine using tensorflow.js
Take a look at this: https://github.com/googlecreativelab/teachablemachine-community/blob/master/libraries/image/README.md
I was facing the same problem. I will try the method suggested by sryu1.
I found train()
function.
https://github.com/googlecreativelab/teachablemachine-community/blob/master/libraries/image/src/teachable-mobilenet.ts#L278
but its usage is not explained in the README.md. It's bit difficult for me.